photo

Tomoaki Takagi


Last seen: 5 giorni fa Attivo dal 2023

Followers: 0   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.

Programming Languages:
MATLAB
Spoken Languages:
Japanese
Pronouns:
He/him
Professional Interests:
Optimization, Genetic Algorithm, Multiobjective Optimization, Estimation, Visualization

Statistica

All
  • MATLAB Central Treasure Hunt Finisher
  • MATLAB Flipbook Mini Hack Participant
  • Knowledgeable Level 1
  • First Answer
  • ASEE Challenge Master
  • Matrix Manipulation I Master
  • Personal Best Downloads Level 1
  • GitHub Submissions Level 3
  • Sequences And Series II Master
  • Indexing I Master
  • Scholar
  • Puzzler

Visualizza badge

Feeds

Visto da

Risposto
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)'

23 giorni fa | 0

Risposto
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])...

23 giorni fa | 0

| accettato

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

circa 2 mesi fa | 0