Nicholas Moung - MATLAB Central
photo

Nicholas Moung


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 12/20 to 04/25Use left and right arrows to move selectionFrom 12/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 个提问
0 个回答

排名
238,088
of 298,046

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,526

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,226

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do I have to create a scalar function with multiple equations for "particleswarm" function
Hello! I'm using 'particleswarm' for optimization of parameters in matlab and I'm getting error on returning objective function...

4 years 前 | 0 个回答 | 0

0

个回答

提问


Euler's code for multiple ODEs
Hello every one! May I ask you a favour! I've written a small program for Euler's method to solve multiple ODEs. But I'm encou...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Optimization of system ODE
Hello Matlabers! I'm using fsolve function for optimization of system of ODE. And I'm facing difficulty now. Could someone advi...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Creating matric of multiple arrays
x=0:12; k=5; a=k+x; b=k+2x; c=k+4x; d=kx; I'd like to create 2*2 matrix of four arrays (a,b,c,d). Z=[a b; c d]; How coul...

4 years 前 | 2 个回答 | 0

2

个回答

提问


How can I correctly use the parenthesis and write equations
I would like to calculate P_d by the equation above and I wrote that equation in Matlab. I wrote two equations in matlab, but ...

4 years 前 | 1 个回答 | 0

1

个回答