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.
関数をプロットしようとしています: f(x) = x * e^(x) * cos(x) 0 から 2*pi まで。私は実行してみました:
x = 0:pi/100:2*pi; y = x*exp(x)*cos(x)
ただし、yを設定しようとするたびに. Matlab は「 * を使用したエラー」をスローし、内部行列の次元が一致する必要があると言います。なぜこれが起こるのかについての洞察はありますか?