필터 지우기
필터 지우기

TabPanel Constructor v2.8 "set() basics"

조회 수: 1 (최근 30일)
Joe Bisbing
Joe Bisbing 2013년 8월 29일
Hello,
I recently started working with TabPanel Constructor and found it very easy to setup. The problem I'm having is how can set data once its built.
I believe all I need is the syntax that leads me to my object.
For example in earlier version of TabPanel there was an example that showed how to set an axis:
set(handles.myTabpanel_4_axes1,'Tag','myTabpanel_4_axes1')
If I use version 1.3 this also works for the table data I want to write:
set(handles.mytab_Tab1_table,'Data',23);
When I try the same syntax with v2.8 I get an error. I’ve noticed that when I build the tabs with v2.8 that my tab .fig now is called some randomness tpf6fe1264_1dc3_4ead_a960_58cded548be5.fig (instead of just Tab1 like with V1.3)and while editing in TabPanel it shows mytab/Tab1 in []’s at the end of the random fig name.
I’ve tried a bunch of different strings with no luck [handles.mytab_Tab1_table, handles.mytab/Tab1_table, handles.mytab/Tab1/table, …]
Could anyone determine where I’ve gone wrong here?
Thanks in advance.
  댓글 수: 4
Jan
Jan 2013년 8월 30일
Did you contact the author already?
Joe Bisbing
Joe Bisbing 2013년 8월 30일
Hi Jan,
I just sent an email to the author, Elmar Tarajan. It looks like the tool was written about 3 years ago, so hopefully Elmar's email account is still active.
I'll be sure to post any response I get from Elmar.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by