フィルターのクリア

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.
vaya putra
vaya putra 2018 年 1 月 24 日
yes, finally i found the T field.

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by