Complex Log 3D-Plot - Function?

2 次查看(过去 30 天)
fuhgidabowit
fuhgidabowit 2017-1-24
Hi, does someone have a function, where one can plot a complex logarithm in a 3D space? The axis should be x=Re(z), y=Im(z) and z=Re(w)
  1 个评论
Nikunj Kothari
Nikunj Kothari 2017-2-14
Once way to plot a complex logarithm in 3D space is by storing each of the
x, y, and z
variables in an array, and then using the
plot3(x,y,z)
To make a log scale plot, you can set the axis property which you want to set as a log-scale by using the command
set(gca,'XScale','log')

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Log Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by