Effacer les filtres
Effacer les filtres

Defining matlab logspace for semilogx plot

3 vues (au cours des 30 derniers jours)
Raj Patel
Raj Patel le 24 Sep 2020
Commenté : Raj Patel le 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.

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by