how can i plot y1=y2

how can i plot
y1=y2
x= 0:10
y1= 1-exp(-x)
y2= x\s
???????

6 comentarios

darova
darova el 23 de Feb. de 2020
Can you be more specific? What is s in your formula? What do you mean by y1=y2?
Rik
Rik el 24 de Feb. de 2020
Comment posted as flag by Abdulrahman Alamri:
thank you I found solve there is mistake 5 not s
darova
darova el 24 de Feb. de 2020
So what further instructions? What do we do now?
Abdulrahman Alamri
Abdulrahman Alamri el 25 de Feb. de 2020
Editada: Rik el 25 de Feb. de 2020
Write like this
y1=y2";
x= 0:10;
y1= 1-exp(-x);
plot(x,y1)
hold on
y2=x/5;
plot(x,y2)
darova
darova el 25 de Feb. de 2020
What about fsolve or polyxpoly?
Pravin Jagtap
Pravin Jagtap el 26 de Feb. de 2020
Hello Abdulrahman,
Your objective is not clear. Please rephrase your requirements so that we will get clarity on what you want to achieve. Also, mention the code which you have written.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Just for fun en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 23 de Feb. de 2020

Comentada:

el 26 de Feb. de 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by