Community Profile

photo

Kevin Chapman


Last seen: etwa 2 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


What is the correct equation?
>> t=linspace(0,2*pi,100); >> y=5*t.*(sin(t).^2)-t.^2*(cos(t).^2); Error using * Incorrect dimensions for matrix multiplica...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What is the correct equation?
w1=104; s=0.3; u=1; >> w2=w1*(1-(s^2))^(1/2) w2 = 99.2097 >> y=(s)/(1-(s^2)) y = 0.3297 >> t=linspace(0,0.2,100); ...

etwa 5 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


My graph is blank
The function is n=(m-10)/m for 0(less thab or equal to)m(less than or equal to)5 >> m=0:0.1:5; >> n=(m-10)/m; >> plot(m,n); ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort