![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14679670_1548920776288_DEF.jpg)
Tomoaki Takagi
Followers: 1 Following: 0
I have a Ph.D. and am currently a corporate AI researcher. I am also a member of the Japanese Society for Evolutionary Computation.
MATLAB
Spoken Languages:
Japanese
Pronouns:
He/him
Professional Interests:
Optimization, Genetic Algorithm, Multiobjective Optimization, Estimation, Visualization
Statistiques
RANG
4 472
of 297 016
RÉPUTATION
12
CONTRIBUTIONS
0 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
2
RANG
16 954 of 20 419
RÉPUTATION
4
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
4 Fichiers
TÉLÉCHARGEMENTS
6
ALL TIME TÉLÉCHARGEMENTS
48
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
三次元座標の点の色分けをする方法について
以下はいかがでしょうか M = readmatrix("centroidXYZ_volume_sample.csv"); figure; x = [M(:,1)]; %1列目を代入 y = [M(:,2)]; %2列目を代入 z = [M(:,3...
7 mois il y a | 2
| A accepté
Vectorization for Two Nested for-loops
Try: A = [2 3 4; 5 2 1; 1 4 3]; B = [3 4 4; 4 2 1; 4 4 1]; C = repmat(A,3).*repelem(B,3,3); C = reshape(sum(C,2),3,3)'
8 mois il y a | 0
How to stop log axis shift
You can't plot 0=10^(-inf) on a log scale. The lower x limit must be a positive number. For example, try xlim([0.1 max(F)/60])...
8 mois il y a | 0
| A accepté
EPS Figure Not Saving As Vectorized Plot For Illustrator
Which function are you using to save the image? If you were using saveas function, try using this instead: exportgraphics(gca,...
8 mois il y a | 0