Operator '-' is not supported for operands of type 'cell'.

21 次查看(过去 30 天)
I am having some problem with obtaining a calculation as it is followed by this error:
Operator '-' is not supported for operands of type 'cell'.
Error in Tumbledata_user (line 28)
VSFR=cos(radians)*((ATtable{1,3} - (ATtable{1,5}))/(2*Rs)) %Vertical readings-scale factor
Then try to perform the calculation: VSFR=cos(radians)*((ATtable{1,3} - (ATtable{1,5}))/(2*Rs)). I am subtracting certain values from the table.
I am wondering why I am receiving the error: Operator '-' is not supported for operands of type 'cell'. And how to resolve this issue.

采纳的回答

Matt J
Matt J 2020-7-1
Check the contents of ATtable{1,3} and ATtable{1,5}. I bet they're not numbers.
  4 个评论
Walter Roberson
Walter Roberson 2020-7-2
If you are using a current release of MATLAB, you can do a detectImportOptions and then set the VariableOptions properties Prefixes and Suffixes to include the apostrophe, I think.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Tables 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by