Info
此问题已关闭。 请重新打开它进行编辑或回答。
"Which Sym" statement so the sym statement will work
1 次查看(过去 30 天)
显示 更早的评论
which sym
class(sym)
Gup=sym(zeros(2,2))
I put "which sym" before the sym statement and I still get this error"
??? Subscript indices must either be real positive integers or logicals.
Error in ==> CoAndContraMetricTensors at 7
Gup=sym(zeros(2,2))
0 个评论
回答(2 个)
Wayne King
2013-6-30
The line:
Gup = sym(zeros(2,2));
works. Therefore the error must be coming from somewhere else in your CoAndContraMetricTensors.m file. You do know that sym() is a MATLAB function so are you also using it as a variable in the M-file?
You don't show us what which sym returns.
0 个评论
Walter Roberson
2013-6-30
In your other Question, when I said to put in
which sym
class(sym)
it was a request for you to show us (the people trying to assist you) what those two lines output. The two lines are not intended to repair anything, they are intended to give us volunteers information to better understand your problem. You need to show us the output of those two lines.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!