photo

kyungdoo lee


Last seen: plus de 4 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

9 Questions
0 Réponses

RANG
159 388
of 301 617

RÉPUTATION
0

CONTRIBUTIONS
9 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
88.89%

VOTES REÇUS
0

RANG
 of 21 359

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 175 795

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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 = ...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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 = ...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 4 ans il y a | 1 réponse | 0

1

réponse