please can someone tell me what to do here what does it mean ? and does setappdata fall under a certain library i need to install for matlab plz help

1 回表示 (過去 30 日間)
jana
jana 2022 年 11 月 29 日
コメント済み: Jan 2023 年 1 月 13 日

回答 (1 件)

Voss
Voss 2022 年 11 月 29 日
setappdate(0,'filename',filename);
% ^ this should be an "a". setappdata not setappdate
  2 件のコメント
Voss
Voss 2022 年 11 月 29 日
編集済み: Voss 2022 年 11 月 29 日
@jana: And in the next call to setappdata, you'll get a different error because this:
setappdata(0,a',a)
should be this (I imagine):
setappdata(0,'a',a)

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeModel Predictive Control Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by