Comments on: Hyperlink text labels https://undocumentedmatlab.com/blog_old/hyperlink-text-labels Charting Matlab's unsupported hidden underbelly Thu, 02 May 2024 08:00:01 +0000 hourly 1 https://wordpress.org/?v=4.4.1 By: پروژه متلبhttps://undocumentedmatlab.com/blog_old/hyperlink-text-labels#comment-393154 Sat, 12 Nov 2016 22:08:19 +0000 https://undocumentedmatlab.com/?p=6033#comment-393154 Thanks for kind useful information.

]]>
By: Yair Altmanhttps://undocumentedmatlab.com/blog_old/hyperlink-text-labels#comment-386725 Sat, 27 Aug 2016 19:51:06 +0000 https://undocumentedmatlab.com/?p=6033#comment-386725 @oussama – read the post carefully. I showed how you can attach Matlab code to the label’s MouseClickedCallback property. You can attach any Matlab callback function that accepts 2 input args (the label object handle and the eventData object).

]]>
By: oussamahttps://undocumentedmatlab.com/blog_old/hyperlink-text-labels#comment-386668 Fri, 26 Aug 2016 22:43:35 +0000 https://undocumentedmatlab.com/?p=6033#comment-386668 hi, but how to connect the code with the label ??

]]>
By: Yair Altmanhttps://undocumentedmatlab.com/blog_old/hyperlink-text-labels#comment-359436 Wed, 21 Oct 2015 16:16:39 +0000 https://undocumentedmatlab.com/?p=6033#comment-359436 Thanks Don, corrected

]]>
By: Yaroslavhttps://undocumentedmatlab.com/blog_old/hyperlink-text-labels#comment-359435 Wed, 21 Oct 2015 16:03:17 +0000 https://undocumentedmatlab.com/?p=6033#comment-359435 Hi,
Apparently, there is a typo in the 3rd line of the code; it should read:

...
jLabel = javaObjectEDT('javax.swing.JLabel', labelStr);
...
]]>