Creating a m-file within a script
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Aaditya Dhruve
le 4 Oct 2019
Réponse apportée : Walter Roberson
le 4 Oct 2019
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 commentaires
Daniel M
le 4 Oct 2019
Modifié(e) : Daniel M
le 4 Oct 2019
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.
Réponse acceptée
Walter Roberson
le 4 Oct 2019
https://github.com/pamiro/adaptive_manipulator_control/blob/master/write_fcn.m
Part of "Adaptive Control of 4-DoF Robot manipulator".
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!