how take a mathematical function from user
Mostrar comentarios más antiguos
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 ?
Respuestas (1)
Sara Boznik
el 8 de Mayo de 2021
0 votos
./ means divide numbers because in matlab / means divide of matrix
1 comentario
Walter Roberson
el 8 de Mayo de 2021
Right.
See also vectorize()
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!