Community Profile

photo

ktar


Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


What do these mean/do on matlab?
-depsc [3:6:30] What do these mean/do on matlab?

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Need blue dots plotted on my figure, for some reason there not on there. Help?
clear clc %mass1 in kg m1=1; %mass 2 in kg m2=0.5; %mass 3 in kg m3=0.2; %pivot point in cm rp=87; r1=.03 ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error in code, "Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use brackets instead of parentheses. "
clear clc m1=1; m2=0.5; m3=0.2; rp=87; R1=rp-r1; R2=rp-r2; R3=r3-rp; l=2.27; r2=[58.7 27....

mehr als 5 Jahre vor | 5 Antworten | 1

5

Antworten

Frage


Code seems to not be printing out the value I need, as well as not graphing points on the figure. Need help, I don't know how to fix this.
clear clc m1=1000; m2=500; m3=200; rp=87; r2=[58.7 27.8 20 59 30 31.2 68.5 67 34 60 39 50.3 50 45.3 4...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How do I make my graph print with a line of fit (red solid line) going up, and also 95% confidence bands.
%These commands clear the workspace and command window, in that order. clear clc %Makes long numbers format long g %Den...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I'm using the online program version, I fixed what you said but got another error. "Unexpected MATLAB ERROR" "MATLAB has encountered an internal problem and needs to be closed" Also my values for k arent printing out and how can I fix the figures 1
Error I'm using the online program version, I tried fixing my erros from my previous question but got another error. "Unexpe...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I fix this error, please need help!
ERROR: Warning: Rank deficient, rank = 0, tol = inf. > In Lab4_k_s (line 46) Warning: Rank deficient, rank = 0, t...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort