Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これらの文をプロットするのに問題があります
for Temp = 1:3 for Veg = 1:3 z = Temp * Veg; end end x = 1:9; plot(x,z)
の値をプロットしたいのですが、z何が悪いのかわかりません。
z