photo

Karen Yadira Lliguin León


Last seen: circa 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

All
  • Introduction to MATLAB Master
  • Community Group Solver
  • Knowledgeable Level 1
  • Solver
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Why does the code return an additional answer value that I have not asked for?
you need to put ';' at the end of the line to stop . Change these lines p = (-b + sqrt((b)^2-4*a*c))/(2*a); q = (-b - sqrt((b)...

oltre 2 anni fa | 0

Risposto
3D bar chart in MATLAB
with 'bar3' check for more information here >>> ( https://es.mathworks.com/help/matlab/ref/bar3.html )

oltre 2 anni fa | 0

Risposto
Data fit problem, 'Data must be numeric, datetime, duration or an array convertible to double.'
you need to use 'fit' (https://es.mathworks.com/help/curvefit/fit.html) first and then you are able to plot the fitobject, some...

oltre 2 anni fa | 0

| accettato