Clear Filters
Clear Filters

Plot a function of two variables?

2 views (last 30 days)
amine&&
amine&& on 3 Jul 2016
Commented: amine&& on 4 Jul 2016
I implemented a function of two variables in Matlab :
function X=mFunction(alpha,beta).
I want to see his graph for the alpha and beta values between 0 and 1. How should I proceed?
Thanks

Answers (1)

dpb
dpb on 3 Jul 2016
See example at
doc meshgrid
  4 Comments
amine&&
amine&& on 4 Jul 2016
Thanks Walter for your help!

Sign in to comment.

Categories

Find more on Loops and Conditional Statements 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!