photo

Karen Yadira Lliguin León


Last seen: casi 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

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

Ver insignias

Feeds

Ver por

Respondida
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)...

alrededor de 2 años hace | 0

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

alrededor de 2 años hace | 0

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

alrededor de 2 años hace | 0

| aceptada