create a line between two points on an already made plot
Mostra commenti meno recenti
I have matrices x and y and make a plot with them. x=[0,...,85.8024]; (100 numbers) y=[0.8736,...,1.2157];(100 numbers) figure plot(x,y)
i want to create a line from A=(0,0.8736) to B=(85.8024,1.2157) on the same plot (red color).
Risposta accettata
Più risposte (1)
Abhishekkumar Shingala
il 29 Dic 2020
0 voti
Can we create smooth line (curve) between two points?
Categorie
Scopri di più su Line Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!