Group Abstract Group Abstract

Message Boards Message Boards

1
|
2.2K Views
|
6 Replies
|
1 Total Like
View groups...
Share
Share this post:

Vector plot of magnetization

Posted 1 year ago
POSTED BY: Shinsuke Okayasu
6 Replies

You may consider StreamPlot3D. VectorPlot3D, SliceVectorPlot3D.

POSTED BY: Gianluca Gorni

Thanks for your comment

I will use 3D Vector Plot. I am straggling how to input triangle function as vector plot definition.

enter image description here

POSTED BY: Shinsuke Okayasu

What is a triangle function?

POSTED BY: Gianluca Gorni

Sorry I mean trigonometric functions.

To make polar anisotropic, I would like to change the direction by each position by using trigonometric function.

POSTED BY: Shinsuke Okayasu

This is a way:

VectorPlot3D[RotationMatrix[Pi/3, {0, 0, 1}] . {x, y, z},
 {x, -1, 1}, {y, -1, 1}, {z, -1, 1} ]
POSTED BY: Gianluca Gorni
POSTED BY: Shinsuke Okayasu
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard