Jeremy Perez - MATLAB Central
photo

Jeremy Perez


Last seen: mer än 3 år ago Active since 2020

Followers: 0   Following: 0

Statistics

All
CodyMATLAB AnswersFrom 08/20 to 03/25Use left and right arrows to move selectionFrom 08/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
5 Answers

Cody

5 Problems
167 Solutions

RANK
73 021
of 297 711

REPUTATION
0

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20 465

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
828
of 159 406

CONTRIBUTIONS
5 Problems
167 Solutions

SCORE
2 461

NUMBER OF BADGES
15

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

View by

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0

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

mer än 4 år ago | 0