matlab错误:Subscript indices must either be real positive integers or logicals.

Posted Pushback

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matlab错误:Subscript indices must either be real positive integers or logicals.相关的知识,希望对你有一定的参考价值。

matlab错误:Subscript indices must either be real positive integers or logicals.

 

中文解释:下标索引必须是正整数类型或者逻辑类型

 

出错原因:在访问矩阵(包括向量、二维矩阵、多维数组,下同)的过程中,下标索引要么从 0 开始,要么出现了负数。注:matlab 的语法规定矩阵的索引从 1 开始,这与 C 等编程语言的习惯不一样。

 

解决办法:自己调试一下程序,把下标为 0 或者负数的地方修正。

 

 

出现此错误时自己在写程序是犯了错误,就是应该进行矩阵的转置,而忘记了。。。

以上是关于matlab错误:Subscript indices must either be real positive integers or logicals.的主要内容,如果未能解决你的问题,请参考以下文章

[CLLocationCoordinate2d]?没有名为 subscript 的成员

Error in *** : subscript out of bounds

MATLAB点云处理:查找感兴趣区域(ROI)内的点

错误:语法错误意外'('我是COBOL

MATLAB点云处理:kd树近邻搜索(K近邻 | 半径R近邻)

subscript