photo

kyungdoo lee


Last seen: 4년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
207,837
of 301,496

평판
0

참여
9 질문
0 답변

답변 채택
88.89%

획득한 표
0

순위
 of 21,302

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,859

참여
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

답변