Community Profile

photo

Jeremy Perez


Last seen: plus de 2 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

All
  • Revival Level 1
  • First Answer
  • Project Euler I
  • Introduction to MATLAB Master
  • Indexing II Master
  • Cody Problems in Japanese Master
  • Community Group Solver
  • Draw Letters
  • Leader
  • Speed Demon
  • Commenter
  • Creator

Afficher les badges

Feeds

Afficher par

A répondu
how to find roots of equations
Hi, Adapt the lines as you want: 1- Get the roots C = coeffs(detA,w) % w polynom coeffs r = eval(roots(C)) % roots 2- Re...

plus de 3 ans il y a | 0

A répondu
Plot line with 2y against single x value
Hi, Read this: https://www.mathworks.com/matlabcentral/answers/336853-offseting-the-y-axis-to-make-data-more-clear Use ylim ...

plus de 3 ans il y a | 0

A répondu
How can I create a 2D array of 3D points
Hi, Read this: https://www.mathworks.com/help/matlab/math/multidimensional-arrays.html https://www.mathworks.com/matlabcent...

plus de 3 ans il y a | 0

A répondu
flatten structure array if values are identical
Hi Idea, Extract, Convert, Sort unique You can extract all the values of a fields with: mystruct.A You can use this func...

plus de 3 ans il y a | 0

A répondu
string join does not work for char arrays?
Hi Leon, Type: help num2str > num2str: Convert numbers to character representation. You're not using strings but characte...

plus de 3 ans il y a | 0