photo

Kevin Chapman


Last seen: presque 4 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
141 891
of 301 301

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 21 236

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 897

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 7 ans il y a | 3 réponses | 0

3

réponses

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse