Defining a symbol to perform a specified operation
2 views (last 30 days)
Show older comments
Aleem Andrew
on 20 Apr 2020
Commented: Aleem Andrew
on 20 Apr 2020
Is there a way, for example, given two numbers a and b I can either use a function or define a symbol, say %, such that a%b = (a*b)/(a+b)?
0 Comments
Accepted Answer
Geoff Hayes
on 20 Apr 2020
Aleem - I think the easiest approach would be to create a function. It would take the a and b as inputs, the function body would be your above equation, and the output parameter would be the result. Is there a reason why you want to create a function rather than just writng the above where needed?
More Answers (0)
See Also
Categories
Find more on Assumptions 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!