why do i get the error: matrix dimensions must agree ??
Mostrar comentarios más antiguos
this is what I'm trying to plot
x=linspace(0,100,100);
a=5;
y=1/(abs(a*x)+1);
figure
plot(x,y)
how do I fix this error?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Pole and Zero Locations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!