how to increase the range of measurement of data cursor in a plot?

10 ビュー (過去 30 日間)
sayan chakraborty
sayan chakraborty 2016 年 6 月 7 日
回答済み: soon kiat 2020 年 3 月 19 日
I want to measure time in the range of microseconds.how to increase the range of measurement of data cursor in a plot? The data cursor shows data up to 4 decimal places. How can I increase it to 6 or 7 decimal places. Please Help

採用された回答

soon kiat
soon kiat 2020 年 3 月 19 日
Right click on the data tip and select 'Edit Text Update Functions...'
Then, callback editor will pop up as shown in figure below:
Edit the highlighted text as shown in figure above as the number of digits you wish to show on data tip.
Then, click on file tab and click 'save as...' to the directory you wish. Close the callback editor window.
Finally, Right click on the data tip and click on 'Select Text Update Functions...' and go to the directory you save your file just now and double click on the .m file you save.

その他の回答 (1 件)

José-Luis
José-Luis 2016 年 6 月 7 日
編集済み: José-Luis 2016 年 6 月 7 日
Just modify to your heart's content. Hint: use sprintf() instead of num2str()
  1 件のコメント
sayan chakraborty
sayan chakraborty 2016 年 6 月 7 日
編集済み: sayan chakraborty 2016 年 6 月 7 日
I am using simplot to plot the data collected from scope. Any help in that?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeEntering Commands についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by