MATLAB: Defining matlab logspace for semilogx plotmatlab semilogx logspaceI 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. Best Answerx = logspace(log10(400e-9), log10(700e-9)) Related QuestionLOG vs LOG10 plotHow to represent a graphic with Logspace and SemilogxLog display problem semilogxLogspace with gap of halfCorrect use of Semilogx
Best Answer