Thread Subject: field and structure calling

Subject: field and structure calling

From: ching l

Date: 18 Jul, 2008 18:29:04

Message: 1 of 1

Did I misunderstand the use of field and structure?
Can someone point out my mistakes please.


%% PLAY AUDIO
function select_audio_Callback(hObject, eventdata, handles)

handles.randValue = rand;
wavplay(samples{ceil(length(samples)*handles.randValue)}{:}) ;

guidata(hObject, handles);

%%------------------------------

%% ANSWER

function answer_faster_Callback(hObject, eventdata, handles)

%% write answer in text with the corresponded audio
csvwrite(num2str (get(handles.randValue, 'Value')),[1]);

guidata(hObject, handles);

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
gui ching l 18 Jul, 2008 14:30:40
field ching l 18 Jul, 2008 14:30:40
structure ching l 18 Jul, 2008 14:30:40
rssFeed for this Thread

Contact us at files@mathworks.com