TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
himanshu kashyap
NA
33
38.7k
using list box in matlab gui
Sep 3 2012 2:11 AM
i m doing a program using list box and text box, using below coding
a=get(handles.listbox1,'value');
if(a==1)
set(handles.text1,'string','hello');
else if (a==2)
set(handles.text1,'string','hi');
but after writing this codes in callback function , receive one error (illegal use of reserved keyword"function").
Reply
Answers (
0
)
MPI-style programming in matlab.
Difference between mysql_fetch_array(), mysql_fetch_row(), mysql_fetch_assoc() and mysql_fetch_object() in php