Community Profile

photo

Karen Yadira Lliguin León


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

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

1 year ago | 0

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

1 year ago | 0

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

1 year ago | 0

| accepted