photo

Maroco Sc


Last seen: 5 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
19,802
of 297,457

声誉
2

贡献数
9 个提问
0 个回答

回答接受率
22.22%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Explorer
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


What does X = max(0,A) mean?
What does X = max(0,A) mean?

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot data with very small differences
I have this data: t = 1:15 Y1 = [1.99998031791996 1.99992023945870 1.99981921018751 1.99967676841284 1.99949246227265 1.9992...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Result of fmincon()
In this code: x0 = [1 1]; % Starting point UB = [1 1]; % Upper bound LB = [0 0]; % Lower bound options = optimset('LargeSc...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Replace the fmincon function with another optimization algorithm
In this source code, how can I replace the fmincon function with PSO or GA optimization algorithm (I do not want to use a build-...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Formulation to Matlab code
How to write this formulation in Matlab: where p = 1; g is a vector; j= length(g); x is a vector phi = sum( norm(max(0,g)...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot a hypervolume
How to plot hypervolume like this: <</matlabcentral/answers/uploaded_files/220267/paretovolume.png>>

6 years 前 | 0 个回答 | 2

0

个回答

提问


Formulation to Matlab code
How to write this formulation in Matlab: is it : for i=1:N S(i) = -PT(i) * log(PT(i)); end

6 years 前 | 2 个回答 | 0

2

个回答

提问


Simulate welded beam design optimization problem using Matlab or Simulink
Hi, is it possible to create a model for the welded beam optimization problem using Matlab or Simulink? Something similar to ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Plot data with different colors and line styles
I have a matrix, data of size nxm I want to plot the plot first and second half of data with different colors. For example: da...

6 years 前 | 1 个回答 | 0

1

个回答