Defining matlab logspace for semilogx plot

3 次查看(过去 30 天)
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.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by