码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-05-23 08:05:09      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:自己   地方   二维   mat   cal   多维数组   subscript   rip   访问   

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.

标签:自己   地方   二维   mat   cal   多维数组   subscript   rip   访问   

原文地址:http://www.cnblogs.com/wisematch/p/6892209.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!