photo

Jethro


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

  • 3 Month Streak
  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
I added a Background Image but now I can't see panels...
Nothing to do... I can't understand why when I don't see my background, everything it's ok, but when I use it, panels became ...

대략 13년 전 | 0

질문


I added a Background Image but now I can't see panels...
Hi everybody! I set a background for my figure, but now, when I add a panel, I only see the title, the rest of the panel is t...

대략 13년 전 | 답변 수: 3 | 0

3

답변

질문


How to add images on a pusbutton
Hi everybody! I'd like to show the action of pressing pushbutton. I explain my problem: I created two images. <<http://im...

대략 13년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Image as background
Dear Cami, you can use this code I write below... First of all you have to *create axes for the hole space of your figure.* ...

대략 13년 전 | 0

질문


There's the possibility to show something hover on a Edit Text??
Hi everybody! I'd like to show a text when I hover on an Edit Text space (set as ' |enable| ', ' |off|'). I'd like to have s...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


Listbox... How to make matches of two, is it possible???
Hi everybody!! I'd like to create two listboxes that scrolls with the same scrollbar... Is it possible?? My aim is to insert...

대략 13년 전 | 답변 수: 2 | 0

2

답변

질문


Uitable: how to set number of rows/columns
Hi guys! I noticed that there's the possibility of creating tables... I tried to look Property Inspector items, but I didn't...

대략 13년 전 | 답변 수: 1 | 0

1

답변

답변 있음
URGENT! How to use Edit Text (Enable, 'Inactive') or List Box as a display
How can I put in a ListBox some datas I have in a var?? And to retrieve the selected line I have to use a switch function or ...

대략 13년 전 | 0

질문


URGENT! How to use Edit Text (Enable, 'Inactive') or List Box as a display
Hi everybody!! I have to set an edit text area enabled as inactive as a display: I have my statistics about data I read in...

대략 13년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to correcty set this error??
*I posted my textread code and after it, my PB_Carica_Callback (it' very very long, it operates on my files cleaning wrong cells...

대략 13년 전 | 0

답변 있음
How to use handles in a function??
So... I create (helped by users' answers) a function, separated from my .m file, that creates me a number of pushbutton based on...

대략 13년 전 | 0

질문


How to correcty set this error??
Hi everybody!! I have to set an error when I read a file. My error box has to appear when users press "Load" before choosing...

대략 13년 전 | 답변 수: 2 | 0

2

답변

질문


URGENT!! There's the possibility to control textread input??
Hi you! I have my guide file with an edit text and two pushbuttons to browse and load a file. I *have to read it* by textread...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


How to use handles in a function??
Hi everybody! I need to use a pushbutton handles in a function that I use in my fig's .m file. I have to use a set: at the...

대략 13년 전 | 답변 수: 3 | 0

3

답변

답변 있음
How to fix error done by pressing "Cancel" button
I write you my code, maybe it can help you to understand my situation... function PB_S_G_Callback(hObject, eventdata, handl...

대략 13년 전 | 0

질문


How to fix error done by pressing "Cancel" button
Hi everybody! I wrote a simple function to save my axes using saveas funct. but if I click on "Cancel" in the opened window, ...

대략 13년 전 | 답변 수: 3 | 0

3

답변

답변 있음
How to create callback function from matlab code
I post you the code I wrote using cell arrays: function GUI1(action) global UNI; global ist_num; global REP; gl...

대략 13년 전 | 0

답변 있음
How to create callback function from matlab code
Hi everybody, guys! I solved my problem with cases, but I still have problems with creation of buttons.. As Walter adviced me,...

대략 13년 전 | 0

답변 있음
How to create callback function from matlab code
This is my edited code: function GUI1(action) global UNI; global ist_num; global REP; global REPU; global prog_r...

대략 13년 전 | 0

질문


Multiple lines in an Edit Text space...
Hi everybody! In my interface I have an Edit Text set as "'Enable', 'inactive'" and I want to use it like a "display" to show my...

대략 13년 전 | 답변 수: 2 | 0

2

답변

질문


How to create callback function from matlab code
Hi everybody! Some times ago I wrote about "how to create pushbutton using matlab code"... I solved this problem (thanks to a...

대략 13년 전 | 답변 수: 6 | 0

6

답변

질문


Pushbutton to save or print content of an handles
Hi everybody! Anyone knows how to set a print/save button?? I inserted an Edit Text space (Enabled as inactive) to use it like a...

대략 13년 전 | 답변 수: 1 | 0

1

답변

질문


Conflict between background and graphics
Hi everybody! I'm using gui matlab to create interfaces. I set a background using axes, and now I have to add a pushbutton that ...

대략 13년 전 | 답변 수: 5 | 0

5

답변

답변 있음
How can I know and set Callbacks I created by functions??
I have an error to fix... When I wrote set (bh(k), 'Callback', c{k}) Matlab says to me that "c{k}" must be a string... How c...

대략 13년 전 | 0

질문


How can I know and set Callbacks I created by functions??
I previously asked how to create Callbacks for buttons that are automatically generated by functions... I found on the guide ho...

대략 13년 전 | 답변 수: 2 | 0

2

답변

질문


There's a function to create handles and to set their tag?
Hi everybody! I'm implementing a program for a university exam. This program has to read a file and make statistics about so...

대략 13년 전 | 답변 수: 2 | 0

2

답변

질문


Actions passing mouse over objects...
Hi everybody! I'm looking for, if it's possible in Matlab gui, a code or a method to bring up something when mouse passes over ...

대략 13년 전 | 답변 수: 2 | 0

2

답변

답변 있음
08/12/2011 - I need more answers about: "Attempt to reference field of non-structure array" error
I checked the FAQ but I didn't find anything useful for me... I post the whole error message... Can someone help me?? =========...

대략 13년 전 | 0

| 수락됨

질문


08/12/2011 - I need more answers about: "Attempt to reference field of non-structure array" error
Hi... I'm creating a project with different windows linked by PushButtons... In one of them, I set a login... When I run the log...

대략 13년 전 | 답변 수: 4 | 0

4

답변

답변 있음
How to set a particular font in a Edit Text Area
PF=uisetfont(handles.ET_PWD_IT, 'Bacchus'); This set runs but at the moment to set my font, it appears a window with a font...

대략 13년 전 | 0

| 수락됨

더 보기