I'm facing problem to write a function in which more than 2 variables are varying from one fixed value to another. How to write a function for it?
Show older comments
How to write a function in which more than 2 variables are varying from one fixed value to another. e.g. Y= a*x^2 + b*x + c;
a = 1: 2: 10
b = 1: 1: 20
c = 5: 3: 15
x = 2: 4: 25
1 Comment
dpb
on 26 Jun 2021
Look at ndgrid
Accepted Answer
More Answers (0)
Categories
Find more on Conversion 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!