photo

S.R.


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

7 Questions
0 Réponses

RANG
86 133
of 301 301

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
42.86%

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 1

Afficher les badges

Feeds

Afficher par

Question


Plus sign is adding error to code?? Help Please??
Here is the code i am using. I was able to fix it however, now its highlighting the plus sign as an error. Can anybody help?? Th...

environ 9 ans il y a | 2 réponses | 0

2

réponses

Question


How to input equation into matlab?
y'=2x^3-2xy S=(2*X.^3)-(2*X.*Y); Please Help? I need to type in the derivative of y here as S. I am trying to learn proper...

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

0

réponse

Question


How do i input (-1/x) - (y^2/x^2) into Matlab?
So far i've tried these: (-1./X) -(Y.^2 * X.^-2) (-X.^-1) -(Y.^2 * X.^-2) (-X.^-1) -(Y.^2 / X.^-2) (-X.^-1) -((Y.^2...

environ 9 ans il y a | 2 réponses | 0

2

réponses

Question


Syntax error in matlab?! Help Please?
A part of my code is below. I am plotting a direction field of a differential equation. The second line of code S=-(X.^2 + Y^2...

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

1

réponse

Question


How to enter: square root of (5*e^(2x-1)-1) into matlab?
How to enter: square root of (5*e^(2x-1)-1) into matlab? the way i have it entered now is : S=sqrt(5*exp(2(x-1))-1); a...

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

1

réponse

Question


How to input y' = 2x^3 - 2xy into matlab?
I input it as : 2*x.^3-2*x*y; but it didn't work. I also tried this: (2*x.^3)-(2*x*y); How can i fix this?

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

3

réponses

Question


Help plotting a direction field of a solution to a differential equation?
This is my atttempt at plotting a direction curve for y=square root of(5*exp(2*x-2)-1) It works for the top right corner of the...

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

0

réponse