Why sometimes a matlab function is called without input arguments?
Afficher commentaires plus anciens
Hi,
I have seen that matlab function like this
function dx = some_name(x, u, p)
is called as following
model = @some_name;
I couldn't understand why it is called without input arguments and how the results will be.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!