필터 지우기
필터 지우기

How i can graph in 3 dimension, dependent of the temperature?

조회 수: 1 (최근 30일)
Ana Soph
Ana Soph 2021년 1월 21일
편집: Ana Soph 2021년 1월 21일
Good day for everyone, i have a simple question. I have matlab R2019a. My question is..
How i can graph this equation:
T = - 3 (x^2+y^2+z^2)^(1/2) + 300
is a room that is dependent of temperature in all directions
I tried this, but doesn't appear the graph
syms x y z
T0 = 300
f = -3*sqrt((x^2+y^2+z^2))+ T0;
fimplicit3(f, [0 0 0])
Thank you so much for your valious time.

답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by