photo

kyungdoo lee


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

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
207,848
of 301,506

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
88.89%

收到投票数
0

排名
 of 21,306

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,911

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


I need a picture of a graph similar to the one I posted
clear all clc T = readtable('data1.xlsx') ; T = table2array(T) ; x = T(1,2:end); % y = T(2:end,1); % Z = T(2:end,2:e...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to make the color change in a graph more dramatic
The graph is smooth, so there is not much color change, but I want to change it more diversely. clear all clc T = readtabl...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to get an equation from an already plotted graph in matlab
clear all clc T = readtable('data1.xlsx') ; T = table2array(T) ; x = T(1,2:end); % coil length y = T(2:end,1); % magnit...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Find the max using PSO
T = readtable('data1.xlsx') ; T = table2array(T) ; x = T(1,2:end); % coil length y = T(2:end,1); % magnitude length Z = ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


What do I need to fix in this code to get the maximum value?
%% optimmization algorithm % source : https://sites.google.com/a/hydroteq.com/www/ clc % HS: Harmony Search minimization % U...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to get maximum value of this code
T = readtable('data1.xlsx') ; T = table2array(T) ; x = T(1,2:end); % coil length y = T(2:end,1); % magnitude length Z = ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


how to apply pso to formula
i want to apply pso to function y = -0.0429x4 + 1.1527x3 - 11.178x2 + 43.153x + 19.63

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to read the desired coordinates from this image and find the coordinates with the highest value
I want to know how to read the desired coordinates from this image and find the coordinates with the highest value. There is an...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Interpolation of 3 dimensional values from a excel file
how should i interpolate them so that i can give any value of x and y in between the range to get ultimate value of z. i have a...

4 years 前 | 1 个回答 | 0

1

个回答