How can I plot the contour lines between two spheres ?

I want to plot contours between the spheres

5 件のコメント

Adam Danz
Adam Danz 2023 年 8 月 16 日
There's an error in your attached file, test2.m. There's an undefined variable a in line 10.
c =-a/L; % line 10
test2()
Unrecognized function or variable 'a'.

Error in test2 (line 10)
c =-a/L;
Adam Danz
Adam Danz 2023 年 8 月 16 日
編集済み: Adam Danz 2023 年 8 月 16 日
I've never seen a file with such long lines of code.
This file has 81 lines of code and 193,501 characters.
Line 4 has over 45,000 characters.
Line 5 has nearly 70,000 characters.
This seems like a red flag. It's unreadble. It's very likely that much of it can be simplified. I'm curious how the file was generated.
Shreen El-Sapa
Shreen El-Sapa 2023 年 8 月 16 日
The above file contains draft data. I will rewrite the true and excute.
Thanks for your help and comments.
Star Strider
Star Strider 2023 年 8 月 16 日
Shreen El-Sapa
Shreen El-Sapa 2023 年 8 月 17 日
I want the sreamlines cover the region, sketch around the inside sphere
If you can help me

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

回答 (0 件)

カテゴリ

質問済み:

2023 年 8 月 16 日

コメント済み:

2023 年 8 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by