
Jeremy Perez
Statistics
RANK
118,108
of 257,653
REPUTATION
0
CONTRIBUTIONS
0 Questions
5 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 17,752
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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...
1 year ago | 0
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 ...
1 year ago | 0
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...
1 year ago | 0
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...
1 year ago | 0
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...
1 year ago | 0