Re: Displaying Matlab image in VB.NET picturebox
I have made some changes in the Matlab's m-files and VB-program along with exception error handling block and some configurations as explained at the end of this post and then eventually got this...
View ArticleRe: help saving figure to high quality pdf
"Luke" wrote in message <fegi88$5d9$1@fred.mathworks.com>...> I'm trying to save a figure created with the imagesc command> to a pdf. The exported pdf file created by MATLAB looks>...
View ArticleRe: help saving figure to high quality pdf
"Luke" wrote in message <fegi88$5d9$1@fred.mathworks.com>...> I'm trying to save a figure created with the imagesc command> to a pdf. The exported pdf file created by MATLAB looks>...
View ArticleEasy way to get high quality figures from Matlab, just click your mouse
Hi everyone, Just now I found a very easy way to get high quality figures from Matlab, don't have to write codes, just click your mouse. Run your code--get figures--click "File" in the figure...
View ArticleRe: Easy way to get high quality figures from Matlab, just click your
On 6/30/2016 9:04 AM, Xuenan Xing wrote:> Hi everyone,>> Just now I found a very easy way to get high quality figures from Matlab,>don't have to write codes, just click your mouse.>>...
View ArticleRe: Easy way to get high quality figures from Matlab, just click your
Hi Nasser, I never tried it, but you are totally right! Thanks! :)
View ArticleRe: textbox rotation
"Casper " <casper.ptrsn@gmail.com> wrote in message <jl9js3$brd$1@newscl01ah.mathworks.com>...> "rahul " <rahuliitk@gmail.com> wrote in message...
View ArticleRe: textbox rotation
On 07/11/2016 6:58 AM, David wrote: ...> Does anyone know a way to add rotatable text to a figure without it> being tied to the axes, or to get a textbox object to rotate? ... There's nothing in...
View ArticleRe: marker edge/width size
"matt dash" wrote in message <fmg35a$88c$1@fred.mathworks.com>...> "Paul " <par@ceri.memphis.edu> wrote in message> <fmg2tq$r3c$1@fred.mathworks.com>...> > Is there a way...
View ArticleRe: textbox rotation
"David" <dave.reens@gmail.com> wrote in message news:nm01kb$g4v$1@newscl01ah.mathworks.com...> "Casper " <casper.ptrsn@gmail.com> wrote in message >...
View ArticleRe: Trouble opening a figure
Hi all, I saw this thread, and I just encountered this problem. I think most of the people who asked, had already saved the file in .fig format. The same happened to me, and when I tried to open a...
View ArticleRe: figure without the white border
This is the only one that worked for me. I was exporting very small 24X24p images to assemble into a montage. > Use the following command> set(gca,'LooseInset',get(gca,'TightInset'));
View ArticleTick marks of the same length across all subplots
Dear all, I am creating a multi-panel figure (i.e. with multiple axes of different size). Now I would like all tick marks to have the same absolute size across all subplots. According to the MATLAB...
View ArticleDisplay error - Figure window
Hello everybody, I have been facing a problem when plot any figure in Matlab 2016a. (Windows 10) I am able to plot the figures and etc, but some reason I can rotate or zoom in/out. Any insights into...
View ArticleRe: figure without the white border
"Carlos López" <clv2clv@_$$$$$$$$$$$$$$$_adinet.com.uy> wrote in message <ef4efc5.0@webcrossing.raydaftYaTP>...> you might try something like:> > <plot what you want...
View ArticleMake lines visible/invisible
Is there a way (in a script) to make lines visible or invisible when you open a figure already existing (using openfig())?
View ArticleRe: Figure toolbar missing
This didn't work for me. There were no additional files to delete. As above, I can get the toolbar back by telling it to go away and come back, but the tool buttons are not the usual ones, and rather...
View ArticleEditing multiple figures in MATLAB
I have an array which contains various weather data for given months in a certain city. I have created arrays containing only one of the columns in my original array e.g. for month, minimum...
View ArticleRe: Editing multiple figures in MATLAB
"Joanna Lada" <jl889@cam.ac.uk> wrote in message > > I understand how I can create each figure for example by using > > f1=figure> (details of plot)> f2=figure> (details of...
View ArticleRe: Editing multiple figures in MATLAB
"Bruno Luong" wrote in message <o0712c$i5c$1@newscl01ah.mathworks.com>...> "Joanna Lada" <jl889@cam.ac.uk> wrote in message > > > > I understand how I can create each figure...
View Article