Defining matlab logspace for semilogx plot

1 Ansicht (letzte 30 Tage)
Raj Patel
Raj Patel am 24 Sep. 2020
Kommentiert: Raj Patel am 24 Sep. 2020
I am trying to plot a matlab semilogx plot. How can I define a logspace in matlab from 400 nm to 700 nm?
Thanks in advance,
Raj Patel.

Akzeptierte Antwort

Ameer Hamza
Ameer Hamza am 24 Sep. 2020
x = logspace(log10(400e-9), log10(700e-9))

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by