Why is my plot not showing anything

3 次查看(过去 30 天)
W = [1:5] Z= [2:2:10] Plot(w,z)

采纳的回答

Richard Burnside
Richard Burnside 2023-6-21
编辑:Richard Burnside 2023-6-21
Your plot command is using lower case w and your data is upper case W. Same for Z.
  3 个评论
Dami_2.0
Dami_2.0 2023-6-21
I've corrected that now
w= [1:5] z= [2:2:10] plot(w,z) It's still not plotting

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by