rgb background, transparent surface
Hi, I want to export a figure I made that uses an RGB background image with a transparent surface overlain. The figure looks great on screen, but I think I am running into renderer limitations during...
View ArticleRe: Process multiple csv files with one command
"Dan " <fatherdaly@gmail.com> wrote in message <kvnqp4$m1s$1@newscl01ah.mathworks.com>...> Hi. I have a matlab script that takes a csv data file, processes the data and makes various...
View ArticleRe: Process multiple csv files with one command
"Dan " <fatherdaly@gmail.com> wrote in message <kvnqp4$m1s$1@newscl01ah.mathworks.com>...> Hi. I have a matlab script that takes a csv data file, processes the data and makes various...
View ArticleRe: Asking for a IEEE 3 machines 9 buses system model
On Monday, June 13, 2011 8:53:04 AM UTC-4, Terry wrote:> Hi... Recently I was simulating the IEEE 3 machines 9 buses system by simulink simPowerSystem. I had made one myself. But I didn't know...
View ArticleRe: Working on a sub-matrix within an image matrix
I've simplified this a bit. I now create my background image, then create my circles and then I perform any required transformations on my circles. Then I figure out the size of my transformed matrices...
View ArticleRe: Calling the Correct Global Variable
Thanks for the feedback, I'll try going about it a different way. "Jason" wrote in message <kvmnrh$qgk$1@newscl01ah.mathworks.com>...> I am trying to call the correct values from a global...
View ArticleRe: how to terminate fminsearch?
On 8/29/2013 2:07 AM, Ben Li wrote:> Hi,> I am working on a parameter estimation problem, and using the > fminsearch method. Here is my code:> b(1)=k10/((1+ka/H)*(1+kb*H/kw));>...
View ArticleRe: normalized frequency distribution plot
On Thursday, August 29, 2013 9:53:09 PM UTC+12, Puneet wrote:> i have a data set of 22 elements. and i want to normalize it and plot a histogram with a class interval of 0.25. the data set varies...
View ArticleCustomizing check boxes
By default, MATLAB places the label of a check-box to the right of the associated check-box. To make the check-box align with other controls, I would like to place the check-box to the right of it's...
View ArticleRe: white lines on PDF of surf() plot
"Demis " <x.y@z.org> wrote in message <jjnm4k$bi8$1@newscl01ah.mathworks.com>...> Unfortunately, if the problem lies in every viewer's default anti-aliasing settings, then you would...
View ArticleRe: Taking initial guess for fsolve
My problem was that it takes long time to guess the initial value for fsolve. B ut, now that you have given the idea , i tried the following code :Â options =...
View ArticleRe: Customizing check boxes
"Joel Marchand" wrote in message <kvoba2$r9i$1@newscl01ah.mathworks.com>...> By default, MATLAB places the label of a check-box to the right of the associated check-box. To make the check-box...
View ArticleRe: Customizing check boxes
"Joel Marchand" wrote in message <kvoba2$r9i$1@newscl01ah.mathworks.com>...> By default, MATLAB places the label of a check-box to the right of the associated check-box. To make the check-box...
View ArticleHow to sort a linear symbolic polynomial?
I have a symbolic polynomina as follows: a=3*b1+5*b6+7*b3+8*b4+9*b2 how can i rearrange the polynomia as a ascendent order b1, b2, b3, b4, b6? Thanks Mike
View ArticleRe: very small equations in published HTML
This worked for me as well. Thank you for the solution! In 2013a, the 'fontsize', '22' is in a function called 'getRenderingFigure' inside of the publish.m file. This is so awesome. It really should be...
View ArticleDetermine optimal axis limits
Hello, i try to find out a way to retrieve the "optimal" axis limits of a certain axes, as matlab would do it, if the "XLimMode" is set to "auto". Thanks Jens
View ArticleRe: Matrix index is out of range for deletion
On 8/30/2013 8:46 AM, Steven_Lord wrote:>>> "Christopher " <chris_kenyon_geo@hotmail.com> wrote in message> news:kvojti$b3d$1@newscl01ah.mathworks.com...>> I feel dumb for not...
View ArticleRe: Determine optimal axis limits
On 8/30/2013 1:45 PM, Jens wrote:> Hello,>> i try to find out a way to retrieve the "optimal" axis limits of a> certain axes, as matlab would do it, if the "XLimMode" is set to "auto". xl =...
View ArticleRe: matlab 2012b hangs on Mac OS X
"Yair Altman" wrote in message <khqee2$hec$1@newscl01ah.mathworks.com>...> "Berk Ustun" <ustunb@mit.edu> wrote in message <khnv3f$1en$1@newscl01ah.mathworks.com>...> > This...
View Article