Borrar filtros
Borrar filtros

How to plot the figure using Matlab ?

1 visualización (últimos 30 días)
Mabud Sarkar
Mabud Sarkar el 1 de Oct. de 2020
Comentada: Mabud Sarkar el 4 de Oct. de 2020
I have plotted the figure using Wolfram Mathematica where no knowledge of required.
But I want to know how to draw the below figure using ?
  2 comentarios
KSSV
KSSV el 1 de Oct. de 2020
Read about plot, xticklabel.
Mabud Sarkar
Mabud Sarkar el 1 de Oct. de 2020
Can you please write one such script so that I can follow it ?

Iniciar sesión para comentar.

Respuestas (1)

Asad (Mehrzad) Khoddam
Asad (Mehrzad) Khoddam el 1 de Oct. de 2020
You can combine four plot commands or use four curves (lines) to plot it
for example
plot([0,1],[1,0],'r', [1,2,4,8],[0,-1,-2,-3],'k')
  1 comentario
Mabud Sarkar
Mabud Sarkar el 4 de Oct. de 2020
How to plot the vertical axis with displaying just 1 and -1 and v_2(a_n) as shown in the figure?

Iniciar sesión para comentar.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by