how take a mathematical function from user
Mostra commenti meno recenti
can you help me to understand what is the meanning of this line of code f=@(x,y) x./y; and what is the meaning of x./y ?
Risposte (1)
Sara Boznik
il 8 Mag 2021
0 voti
./ means divide numbers because in matlab / means divide of matrix
1 Commento
Walter Roberson
il 8 Mag 2021
Right.
See also vectorize()
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!