|
Hello
I would like to know, if it is possible to make a moving banner (marquee) in Matlab Guide.
Something like this
http://www.quackit.com/html/codes/html_marquee_code.cfm
I tried the code posted here in my guide opening function but it did not work
% set(handles.text1, 'String',{'<HTML><marquee behavior="scroll" direction="left" scrollamount="30">Your continuous scrollable text goes here</marquee></html>'});
%set(handles.text1,'String',{'<HTML><marquee>Your text here</marquee></html>'});
Tried both the codes by making a simple gui having one static text and inserted this code in the opening function, but it does not work
Thanks
Vihang Patil
|