photo

Karen Yadira Lliguin León


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
3 Answers

Cody

0 Problems
37 Solutions

RANK
11,705
of 300,611

REPUTATION
4

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
11,678
of 169,811

CONTRIBUTIONS
0 Problems
37 Solutions

SCORE
513

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

3 years ago | 0

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

3 years 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...

3 years ago | 0

| accepted