how do I display a semilogy on the 2D axes of APP Designer?

2 ビュー (過去 30 日間)
Luca Zinicola
Luca Zinicola 2018 年 3 月 12 日
I'm willing to plot the data of a table on the 2D axes of a GUI made with app designer, in form of semilogy, but I cannot seem to do it. is there anyone here who can help? My table is in form of 4 columns of real numbers, and I'm trying to plot something like:
load ('file.mat', Table1);
semilogy(Table1(:,2), Table1(:,1), '*-')
Table1 is 847x4, so if you really need it to find a solution, you'd need to tell me how to extract and post it here.
Thanx in advance

回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by