Complex Log 3D-Plot - Function?

2 visualizzazioni (ultimi 30 giorni)
fuhgidabowit
fuhgidabowit il 24 Gen 2017
Commentato: Nikunj Kothari il 14 Feb 2017
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 Commento
Nikunj Kothari
Nikunj Kothari il 14 Feb 2017
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')

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Log Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by