Borrar filtros
Borrar filtros

i just want to plot y=x in matlab mobile

2 visualizaciones (últimos 30 días)
precious agbagharauka
precious agbagharauka el 5 de En. de 2022
Comentada: precious agbagharauka el 7 de En. de 2022
i just want to plot y=x in matlab mobile

Respuesta aceptada

Walter Roberson
Walter Roberson el 5 de En. de 2022
syms x
y = x;
fplot(y)
or
x = linspace(-10,10);
y = x;
plot(x, y);

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by