3D plot of an equation with 3 variables

조회 수: 6 (최근 30일)
Amruth Chundi
Amruth Chundi 2017년 1월 20일
답변: David J. Mack 2017년 1월 20일
I have an equation in 3 variables (C,R1,R2). But the equation is so complicated that Matlab can't write one variable in terms of the other two. So, is there a way for me to plot C in terms of R1 and R2 using the equation ( C on z-axis and other two on x-y axes).

답변 (1개)

David J. Mack
David J. Mack 2017년 1월 20일
Hey Amruth,
have a look at surf. Use the surf(x,y,z,c) syntax.
Greetings, David

카테고리

Help CenterFile Exchange에서 Graphics Objects에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by