photo

Mariela Flores


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
104,923
of 297,527

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


why do I get --- ??? Subscript indices must either be real positive integers or logicals.----- on my code
this is my code: % code e clc; m=1; c=0; k=10; wn=sqrt(k/m); xi=c/(2*sqrt(k*m)); t0=0; tf=5; muestras=100...

7 years ago | 1 answer | 0

1

answer

Question


is it possible to display the graph of ATAND in just one quadrant?
I need to replace the part of the graph -atan- at the fourth quadrant to continue in the first quadrant in this code. ...

7 years ago | 1 answer | 0

1

answer

Question


??? Error using ==> mpower Matrix must be square.
hello everybody, I'm triying to create a graphic, but when I run the program, it gives me an error: ??? Error using ==> m...

7 years ago | 2 answers | 0

2

answers

Question


??? In an assignment A(I) = B, the number of elements in B and I must be the same.
Hi, I don't get why my code is incorrect. I hope you guys can help please. clc; A=10; m=1; k=40; c=10; xi=c/...

7 years ago | 1 answer | 0

1

answer