How can I pass output of a function in another function
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have 2 function and one script.
The script basically calls 'BallDetection' function and stores the output in 3 matrices as Zvec,Avec,Dvec.Now I want to pass the values of Avec and Dvec in a second function called MyUpdatedEKFFun.
So how do I do that is there any other method you can suggest will be very helpful.
Thanks.
4 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!