필터 지우기
필터 지우기

Plotting a multivariable function B(x,y,z)

조회 수: 2 (최근 30일)
Jhie Ton
Jhie Ton 2020년 1월 29일
댓글: Jhie Ton 2020년 1월 29일
How to plot the Biot-Savart Law that depend on 3 variables?
B(A,t,r)=((4*pi^-7)*(A.sin(60.*t)))/((4*pi)*(r.^2))
  댓글 수: 2
Walter Roberson
Walter Roberson 2020년 1월 29일
What is a sample output plot? You have 3 independent variables and one dependent variable so you need a 4D plot or encoding one of the dimensions indirectly such as color and transparency and a volume view interface.
Jhie Ton
Jhie Ton 2020년 1월 29일
I tried doing a plot with surf and mesh but I keep getting an error where Z must be a matrix

댓글을 달려면 로그인하십시오.

답변 (1개)

KSSV
KSSV 2020년 1월 29일
Read about surf
  댓글 수: 1
Jhie Ton
Jhie Ton 2020년 1월 29일
I cant seem to find any related to the equation I want to use.
The Link: https://www.mathworks.com/help/matlab/ref/surf.html

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by