查看单个帖子
旧 2019-11-25, 06:21   #1
poster
高级会员
 
注册日期: 2019-11-21
帖子: 3,006
声望力: 66
poster 正向着好的方向发展
默认 Matlab - Incorrect dimensions for raising a matrix to a power

Suppose we have a=60 and B=60. I am trying to calculate this area:



enter image description here



when I try this:



W = ((u^2)* cot(B) + (v^2 * cot(a))/8;


I get this error:




Incorrect dimensions for raising a matrix to a power. Check that the matrix is square and the power is a scalar. To perform elementwise matrix powers,
use '.^'.




How can I use u^2 in the right way?





More answer...
poster 当前离线   回复时引用此帖