Re: Pseudoinverse in MATLAB
"Bjorn Gustavsson" <bjonr@irf.se> wrote in message <khs4qd$li1$1@newscl01ah.mathworks.com>...> "Daniel Vasilaky" wrote in message <khralp$bgq$1@newscl01ah.mathworks.com>...>...
View ArticleRe: An idea to implement.
On Friday, March 15, 2013 4:32:08 AM UTC+13, Roy wrote:> dpb <none@non.net> wrote in message <khsmmg$vsu$1@speranza.aioe.org>...> > > On 3/14/2013 8:43 AM, Roy wrote:> >...
View ArticleRe: image formats
Use the dir function, go through each file name to see if its an image file you want to read, if it is, read it in and either process it immediately or put it in a cell array for later processing...
View ArticleRe: Excel actxserver group error
"james bejon" wrote in message <kgrc3f$f05$1@newscl01ah.mathworks.com>...> Hard to say what the problem is without knowing more about the specifics of your book.> > One idea might be to...
View ArticleRe: Edges between pixels
"Lee ZY" <kk_yin@hotmail.com> wrote in message <khr6me$1aq$1@newscl01ah.mathworks.com>...> "Shaun VanWeelden" <shaun314@iastate.edu> wrote in message...
View Articlehow to draw the horizontal radiation pattern using the array factor ?
I have a problem in drawing the horizontal pattern using the array factor, because i don't have the correct equation for the horizontal, which is not the same equation for the vertical pattern , if any...
View ArticleRe: Edges between pixels
"Lee ZY" <kk_yin@hotmail.com> wrote in message <khr6me$1aq$1@newscl01ah.mathworks.com>...> "Shaun VanWeelden" <shaun314@iastate.edu> wrote in message...
View ArticleHow to write a matlab code for a cylinder
I'd like to write a Matlab code that would create a cylinder standing on a plane. Radius = 0.5 Height = 3 x-coordinate = 20 y-coordinate = 15 Any suggestion will be greatly appreciated....
View ArticleRe: Pseudoinverse in MATLAB
"Daniel Vasilaky" wrote in message <khralp$bgq$1@newscl01ah.mathworks.com>...> Elias Kyriakides <elias_kyriakides@hotmail.com> wrote in message <3AC15EAA.F5CACB12@hotmail.com>......
View ArticleRe: Excel actxserver group error
"Quy" wrote in message <kht8tf$381$1@newscl01ah.mathworks.com>...> "james bejon" wrote in message <kgrc3f$f05$1@newscl01ah.mathworks.com>...> > Hard to say what the problem is...
View ArticleRe: variable rate loan calculations
On Saturday, March 16, 2013 7:49:10 AM UTC+13, John cook wrote:> I am looking for some same code that calculates principle and interest rate values for the life of a ARM loan. I have search and...
View ArticleRe: Problem with Comboboxes and Checkbox (inside uitable) in Matlab2012b
"Dennis B." wrote in message <ketr04$5eo$1@newscl01ah.mathworks.com>...> *A single click on a checkbox entry inside a uitable takes sometimes no effect. (No switch of the checked-state). I...
View Articleblock average with non-integers
I have an issue. I have an array with 165 rows and 332 columns. I want to degrade it (i.e. take the average of blocks of the array or make the resolution more course). This is so I apply an array with...
View ArticleRe: Problem with Comboboxes and Checkbox (inside uitable) in Matlab2012b
FOLLOWUP: I ran this same exact code in MATLAB R2010a, and I get the same result. However, on startup, I was able to initially see some checkboxes that I could toggle, but once I saved and re-ran, I...
View ArticleRe: Problem with Comboboxes and Checkbox (inside uitable) in Matlab2012b
ANOTHER UPDATE ABOUT FAILING CHECKBOXES & COMBOBOXES: My code discussed previously was created with GUIDE. If I create a figure and a table WITHOUT guide, then My checkboxes work fine. Combo boxes...
View ArticleRe: Problem with Comboboxes and Checkbox (inside uitable) in Matlab2012b
FIGURED OUT THE PROBLEM WITH THE UN-RESPONSIVE CHECKBOXES IN MY UITABLES!!!! It turned out to be an insidious problem that Mathworks should really "fix". In stepping through code, the checkboxes...
View ArticleRe: block average with non-integers
On 3/15/2013 4:50 PM, Jonathan W Smith wrote: ...> 332/71 = 4.67 , but obviously when I tried BlockMean(A,4,4.67) I obtain> an error because non - integers cannot be used.> Also 71 x 4 = 284....
View ArticleRe: increasing linewidth over a range
On 3/14/2013 10:38 PM, Wayne wrote:> Hey,>> I have a plot using the following coding>> dT_0 = 1.2;> f = linspace (0,1);> dT = (1.2)./(1-f)> semilogy(f,dT,'b-')>> I want to...
View ArticleProblem with open several .dat files
I want to open several .dat files and I used the next command with uigetfile filename = uigetfile({'*.*';'*.dat';'*.txt'}, 'Seleccionar archivos', 'MultiSelect', 'on'); The problem is that I can“t read...
View Articlesolve implicit pointwise matrix equation
Hi, I have a function f acting on m times n matrices and making a new m times n matrix. How can I solve equation f(A)=0?
View Article