Info

此问题已关闭。 请重新打开它进行编辑或回答。

Non existent field for T (temperature)

1 次查看(过去 30 天)
vaya putra
vaya putra 2018-1-19
关闭: MATLAB Answer Bot 2021-8-20
Dear all i new user using mathlab, i got some coding that related with my study but need to modified, some code had i changed, i am very wonder this code was trouble, i try to add some parameter but still problem anyone help me to understanding what they want?
please find the following errors
Reference to non-existent field 'T'. Error in PhysicalModel/getProp (line 686) p = state.(fn)(:, index);
Error in PhysicalModel>@(x)model.getProp(state,x) (line 711) varargout = cellfun(@(x) model.getProp(state, x), ..
  12 个评论
Walter Roberson
Walter Roberson 2018-1-22
The point is that we do not have access to the code that creates that variable, so that we cannot tell you why the variable does not have the T field. wModel is being created without a T field and you need to go back to the code that creates it to figure out why it has no T.

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by