How to plot and combine in one graph?
Show older comments
Hello everyone;
Need help in plotting all these three functions on a single graph.
U=nthroot(1-x^3-y^3-z^3,3)
V=nthroot(1-x^2-y^2-z^2, 2)
W=(1-x-y-z)
Thanks
5 Comments
Ameer Hamza
on 7 Jun 2020
What do you expect the output of these equations to look like? What does the following equation mean
U=nthroot(1-x^3-y^3-z^3,3)
Ke Le
on 7 Jun 2020
KSSV
on 7 Jun 2020
That we understood...but what does nth root does?
madhan ravi
on 7 Jun 2020
@kssv
doc nthroot
Ke Le
on 7 Jun 2020
Accepted Answer
More Answers (0)
Categories
Find more on 2-D and 3-D Plots 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!


