How to plot a continuous graph from distinct points.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How to plot a continuous graph by joining the distinct points created by two array of unqual length.
Suppose:-
x=[1 3 5 6]
y=10
plot(x,y,'o')
here you will get some distinct point graph but i want a continuous one.
Help me that.
thanks
0 Commenti
Risposta accettata
Più risposte (1)
Menatallah Ayman
il 29 Ott 2019
s(x) = Im{e(−x+i2πx)}.
1 Commento
Steven Lord
il 29 Ott 2019
This doesn't seem related to the original question. Please ask it as a separate question and include more details about what you're trying to do and/or the problem you're experiencing.
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!