<font size=3 face="Times New Roman">Hi,</font><p><font size=3 face="Times New Roman">I am using VEE 6.2 to write my programs and Matlab (within VEE ) to show the results. I have two question;</font><p><font size=3 face="Times New Roman">1- Is it possible programmatically to move the graphs in Matlab to front? I mean , if it is possible to see the graph even if I do something on VEE panel.</font><p><font size=3 face="Times New Roman">2- Is it possible to have markers on the Matlab graph (like VEE markers on X vs Y plot)?</font><p><p><font size=3 face="Times New Roman">Any feedback would be appreciated.
Regards
</font>---You are currently subscribed to vrf as: rsb@soco.agilent.comTo subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Majed,
I will leave the window management question to the Windows mavens on vrf.
As for markers, a cheap solution would be to use the ginput() function:
[x,y]=ginput(1) will change the cursor to a crosshair when you move it over
the window and then return the coordinates of the point on which you click.
Real instrument-type markers that stick to the curve are much harder to
implement, requiring a number of calls to Matlab GUI functions. I may give
it a try because it is something I would find useful myself. If I can make
it compatible with Matlab Script, I will post it.
Regards,
--
Bill Ossmann
phone: 978-659-2692
e-mail: bill.ossmann@philips.com
--------------------------------------------------------------------------------
Hi,
I am using VEE 6.2 to write my programs and Matlab (within VEE ) to show
the results. I have two question;
1- Is it possible programmatically to move the graphs in Matlab to front? I
mean , if it is possible to see the graph even if I do something on VEE
panel.
2- Is it possible to have markers on the Matlab graph (like VEE markers on
X vs Y plot)?
Any feedback would be appreciated.
Regards
--- You are currently subscribed to vrf as: bill.ossmann@philips.com To
subscribe send a blank email to "join-vrf@it.lists.it.agilent.com". To
unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To
send messages to this mailing list, email "vrf@agilent.com". If you need
help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".