photo

Zaikun Zhang


Sun Yat-sen University

Last seen: 1 month 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

12 个提问
7 个回答

File Exchange

4 文件

排名
6,344
of 300,379

声誉
8

贡献数
12 个提问
7 个回答

回答接受率
41.67%

收到投票数
6

排名
6,029 of 20,931

声誉
197

平均
5.00

贡献数
4 文件

下载次数
18

ALL TIME 下载次数
1344

排名

of 168,299

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • GitHub Submissions Level 3
  • First Answer
  • Thankful Level 1
  • First Submission
  • First Review

查看徽章

Feeds

排序方式:

提问


An issue with parfor in MATLAB R2023a--R2025a
Consider two MATLAB m files named profile.m and try_parfor.m as follows. % profile.m function profile() olddir = pwd(...

1 month 前 | 0 个回答 | 2

0

个回答

已回答
Bug: MATLAB 2025a segfaults on Ubuntu when handling Fortran MEX files with internal subroutines
---------- Forwarded message --------- From: <support@mathworks.com> Date: Mon, Jul 14, 2025 at 7:14 PM Subject: Re: Bug in M...

3 months 前 | 0

| 已接受

提问


Bug: MATLAB 2025a segfaults on Ubuntu when handling Fortran MEX files with internal subroutines
This is very likely a bug of MATLAB R2025a on Ubuntu. I would like to know whether anyone else can reproduce it (on Ubuntu). Tha...

4 months 前 | 1 个回答 | 0

1

个回答

已提交


PDFO: Powell's Derivative-Free Optimization solvers
Interfaces by Tom M. Ragonneau and Zaikun Zhang for using the late Professor M. J. D. Powell's derivative-free optimization solv...

1 year 前 | 3 次下载 |

0.0 / 5
Thumbnail

已提交


PRIMA: Optimization without Using Derivatives
PRIMA is a package for solving general nonlinear optimization problems without using derivatives.

1 year 前 | 3 次下载 |

5.0 / 5
Thumbnail

提问


Does MEX of MATLAB R2023b (update 6) on macOS-13 work with Xcode 15 and Intel oneAPI 2023?
[Update 20240217: I am almost sure that this is a bug of MATLAB R2023b. The default MEX options are wrongly specified. They are ...

1 year 前 | 0 个回答 | 1

0

个回答

已回答
Strange behavior of `copyfile` regarding symlinks on Linux and macOS
Update 20231031: Below is the response from MathWorks support. " Please be assured that this has been confirmed as a bug and i...

2 years 前 | 0

| 已接受

提问


Strange behavior of `copyfile` regarding symlinks on Linux and macOS
Consider the following function. %test_copyfile.m function test_copyfile() ...

2 years 前 | 1 个回答 | 0

1

个回答

已提交


MatCUTEst
MatCUTEst is a package for facilitating the usage of CUTEst (https://github.com/ralna/CUTEst) in MATLAB on Linux.

2 years 前 | 3 次下载 |

0.0 / 5

已提交


setup_mex: Set up MEX on Windows and macOS for Fortran and C
This package provides scripts that facilitate setting up the MATLAB MEX on Windows and macOS for compiling Fortran and C using I...

2 years 前 | 9 次下载 |

0.0 / 5

已回答
fmincon optimization not running properly, stops beacuase of StepTolerance
I conducted a quick experiment using the function and data in the question. The solvers are fmincon of MATLAB and PRIMA, which i...

2 years 前 | 1

已回答
Bug in MATLAB R2022a: MEX does not support gfortran 8.x as specified in the official documentation
According to MEX team (20220406, copied from a GitHub Issue): This is bug with R2022a and we are fix it as soon as possible. T...

3 years 前 | 1

| 已接受

提问


Bug in MATLAB R2022a: MEX does not support gfortran 8.x as specified in the official documentation
Update (20220406): The MathWorks MEX team has confirmed this problem as a bug of MATLAB R2022a. A workaround is provided by the ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Does the execution of addpath/rmpath/savepath in one workspace affect other workspaces?
Does the execution of addpath/rmpath/savepath in one workspace affect other workspaces? Suppose that I have two instances of MA...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Bug: MATLAB crashes when mexifying the official `timestwo.c`
Here is the latest update (20220225) received from the supporting team of MathWorks: ``` Got the confirmation that the crash...

3 years 前 | 0

| 已接受

已回答
Why trust-region-reflective algorithm in fmincon require a gradient as input?
What you @SM are looking for is called Derivative-Free Optimization methods. They do not require derivatives or analytical formu...

3 years 前 | 0

提问


Is MEX known to be slow on macOS?
Question: Is MEX known to be slow on macOS? Here, "slow" refers to the speed of setting MEX up, of compiling MEX code, and of ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Bug: MATLAB crashes when mexifying the official `timestwo.c`
Update (20220225): Here is the latest update received from the supporting team of MathWorks. ``` Got the confirmation that th...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Need help with mathematical optimization - fmincon
Your problem is a simulation-based optimization problem. You may try PDFO ( https://www.mathworks.com/matlabcentral/fileexchan...

5 years 前 | 0

提问


Supress MEX warning: f951: Warning: Nonexistent include directory ‘MATLABROOT/simulink/include’ [-Wmissing-include-dirs]
I have MATLAB 2019b but not simulink installed on my computer (ubuntu 16.04). When trying mex(fullfile(matlabroot, 'extern', 'e...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Recursive definition of anonymous function
(Note that the mathematics in this question is hypothetical and illustrative.) Suppose that I am writing a function "foo" to mi...

5 years 前 | 1 个回答 | 1

1

个回答

提问


The return type of mxIsDouble, mxIsSingle, and mxIsClass (mex for Fortran)
According to https://www.mathworks.com/help/matlab/apiref/mxisclass.html the return of mxIsDouble for Fortran (also mxIsSingle ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Portable declaration of REAL variables in mex gateway for Fortran
(The same question is asked here: https://stackoverflow.com/questions/57244555/portable-declaration-of-real-variables-in-mex-gat...

6 years 前 | 1 个回答 | 0

1

个回答