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

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 日

0 投票

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

サインインしてコメントする。

カテゴリ

製品

リリース

R2018b

質問済み:

2020 年 1 月 29 日

コメント済み:

2020 年 1 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by