? Subscript indices must either be real positive integers or logicals. 什么错误啊?
题目
? Subscript indices must either be real positive integers or logicals. 什么错误啊?
n=[1:15];x=zeros(1,15);x=rand(1,10);z=zeros(1,15);y=[x,0,0,0,0,0];
forj=3:1:12
z(j)=y(j-2)
end
subplot(2,1,1);stem(n,y);subplot(2,1,2);stem(n,z)
答案
Subscript indices must either be real positive integers or logicals下标索引必须是正整数类型或者逻辑类型出错原因:在访问矩阵(包括向量、二维矩阵、多维数组,下同)的过程中,下标索引要么从 0 开始,要么出现...
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
最新试题
- 英语翻译
- 13*风雨 第一段写树林用了哪些修辞手法?有何作用?
- 广毛袤无垠的意思
- 加法结合律,乘法结合律,乘法分配律是什么?如题
- 求数列1,2,4,6,8,...的前30项和
- 已知直线l经过点(2,2),且与两坐标轴围成的三角形面积为1,求直线l的解析式
- have a look first,or you will go to the wrong way.翻译
- mike ___(like)playing football.he ___(play)football over there now.
- Please call me as soon as you _____ in London.A.arrived B,arrives C.arriving D.arrive
- 用平方差公式分解因式 x²-2y²
热门考点