Why is my plot not showing anything
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dami_2.0
il 21 Giu 2023
Commentato: Walter Roberson
il 21 Giu 2023
W = [1:5] Z= [2:2:10] Plot(w,z)
0 Commenti
Risposta accettata
Richard Burnside
il 21 Giu 2023
Modificato: Richard Burnside
il 21 Giu 2023
Your plot command is using lower case w and your data is upper case W. Same for Z.
3 Commenti
Più risposte (0)
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!