how take a mathematical function from user
Show older comments
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 ?
Answers (1)
Sara Boznik
on 8 May 2021
0 votes
./ means divide numbers because in matlab / means divide of matrix
1 Comment
Walter Roberson
on 8 May 2021
Right.
See also vectorize()
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!