MuPAD: How to plot result of numeric equation solving

2 views (last 30 days)
Hi all,
I want to plot the result of solving an equation numerical as function of a variable in MuPAD. I tried this (with the function 'S' as a simple example):
S:=(y) -> numeric::fsolve(3*x=y,x)
plot(plot::Function2d(S(y),y=0..3))
Then I get this error: Error: Object 'plot::Function2d' has a missing required attribute 'Function'. [plot::Function2d::new]
Who can help me? Thanks!

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!