photo

kyungdoo lee


Last seen: 約4年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
257,059
of 300,857

評判
0

コントリビューション
9 質問
0 回答

回答採用率
88.89%

獲得投票数
0

ランク
 of 21,097

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,361

コントリビューション
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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 1 件の回答 | 0

1

回答