Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
setappdata, getappdata
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
kaan yilmaz  
View profile  
 More options Feb 10, 7:22 pm
Newsgroups: comp.soft-sys.matlab
From: "kaan yilmaz" <br...@hotmail.com>
Date: Sat, 11 Feb 2012 00:22:09 +0000 (UTC)
Local: Fri, Feb 10 2012 7:22 pm
Subject: setappdata, getappdata
when i push a button, getappdata on a push button callback function does not work, can anyone help me please?

function stopbutton_Callback(hObject, eventdata, handles)
% hObject    handle to stopbutton (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)
%t=toc;

current = getappdata(0, 'current')  ;
current
global timerx;
timery = timerx;
 stop(timery)
 t = 0;
formttt='%d%d:%0.2f';
t=datevec(t/86400);
s=strrep(sprintf(formttt,t),': ',':0');
global zamanx;


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ImageAnalyst  
View profile  
 More options Feb 10, 9:38 pm
Newsgroups: comp.soft-sys.matlab
From: ImageAnalyst <imageanal...@mailinator.com>
Date: Fri, 10 Feb 2012 18:38:24 -0800 (PST)
Local: Fri, Feb 10 2012 9:38 pm
Subject: Re: setappdata, getappdata
Did you ever set current with setappdata()?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steven_Lord  
View profile  
 More options Feb 13, 10:18 am
Newsgroups: comp.soft-sys.matlab
From: "Steven_Lord" <sl...@mathworks.com>
Date: Mon, 13 Feb 2012 10:18:05 -0500
Local: Mon, Feb 13 2012 10:18 am
Subject: Re: setappdata, getappdata

"kaan yilmaz" <br...@hotmail.com> wrote in message

news:jh4cbh$dgm$1@newscl01ah.mathworks.com...

> when i push a button, getappdata on a push button callback function does
> not work, can anyone help me please?

No, no one can help you unless you define what "does not work" means. Does
it throw an error? Does it warn? Does it give you an answer different than
what you expect?

*snip*

--
Steve Lord
sl...@mathworks.com
To contact Technical Support use the Contact Us link on
http://www.mathworks.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »