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 CenterFile Exchange에서 Develop 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