Creating a m-file within a script

1 回表示 (過去 30 日間)
Aaditya Dhruve
Aaditya Dhruve 2019 年 10 月 4 日
回答済み: Walter Roberson 2019 年 10 月 4 日
I have a Matlab code, in that there is this line which I am unable to understand. Please interpret this command line:
write_fcn('D_matrix.m',{'q','p'},[list_q; param_list],{D_mtx,'D'});
  2 件のコメント
Rik
Rik 2019 年 10 月 4 日
write_fcn is not a native Matlab function, nor does it seem to exist on the file exchange. The Mind reading toolbox hasn't been published yet, so you'll have to share the function. Also, have a read here and here. It will greatly improve your chances of getting an answer.
Daniel M
Daniel M 2019 年 10 月 4 日
編集済み: Daniel M 2019 年 10 月 4 日
write_fcn is not a built-in Matlab function. It must be defined somewhere in your code. Without knowledge of that function or the values of the other parameters, we cannot provide much information.
I suggest putting a breakpoint at that line of code and Stepping In to that function to see what it is doing.

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

採用された回答

Walter Roberson
Walter Roberson 2019 年 10 月 4 日
https://github.com/pamiro/adaptive_manipulator_control/blob/master/write_fcn.m
Part of "Adaptive Control of 4-DoF Robot manipulator".

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by