how take a mathematical function from user
Ältere Kommentare anzeigen
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 ?
Antworten (1)
Sara Boznik
am 8 Mai 2021
0 Stimmen
./ means divide numbers because in matlab / means divide of matrix
1 Kommentar
Walter Roberson
am 8 Mai 2021
Right.
See also vectorize()
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!