Clear Filters
Clear Filters

How to set the interval of x-axis from a large value to a small value and set the steps of interval in fsurf

2 views (last 30 days)
3.jpg
The screenshot above is my goal. This equation has two variables: k23 and Frequency. As you can see, the range of two variables going down from 0.1 to 0.001 and from 12 to 8.
5.jpg
This is the MATLAB plot I derived, frequency from the left to right can only keep increasing. How do I set it to decrease from left to right?
In addition, the variable k23 only increase by 0.05 steps. How do I set the steps to decades?

Accepted Answer

Star Strider
Star Strider on 7 Nov 2019
How do I set the steps to decades?
Purely guessing, the logspace function could be appropriate, then set that axis to be logarithmic using the appropriate setting commands as described in XScale or YScale. You will likely have to experiment.
  6 Comments

Sign in to comment.

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!