Re: what dose this error mean -- urgency
On 26.01.13 00:01, maia wrote:> i think the problem lie in cos(t)> before i add cos(t) i was able to plot pin but after that it give me error You cannot use ezplot for a formula with 3 variables....
View ArticleRe: There are a way of instruct the matlab to use sin(pi) = 0 in
On 28.01.13 17:48, Fernando wrote:> I think that I can't do it. My equations system is:> > sin(2*q1)*i)/2 == 0> -(sin(2*q1)*i)/2 == 0> > Then, pi is not in my equation, it must be...
View ArticleSelect an object with a click in a GUIDE
Hi, I have several objects in an image loaded in my guide, but I only want to keep one. Please, how could I click with the mouse on one and make a binary mask with only this object? Thank you very much.
View ArticleRe: Typecasting After Reading in Large Binary File
"Image Analyst" wrote in message <kgmi5n$cml$1@newscl01ah.mathworks.com>...> "Scott" wrote in message <kgloic$s1b$1@newscl01ah.mathworks.com>...> > I'm reading in a large binary...
View ArticleProblem plotting a channel capacity of (mxnxpxq) against SNR
Hi, I am trying to analyse the winner II channel model using beamforming techniques. Having successfully generated a channel matrix and applying the water filling algorithm to produce a channel...
View ArticleTracing for system output to all the inputs and transforms
I am a systems engineer working with Simulink/Stateflow models written by multiple teams. When I conduct a verification-by-code-review activity, it is time consuming to identify all the input...
View ArticleNan Problem in HMM
Hi, I have 40 states in the transition matrix and 40 emissions which represents 1 for each state. When it comes to insert sequences to get the log of the probability of sequence SEQ given the...
View ArticleSimulink (Hydraulic) Air operated diaphragm pump?
Hi, Simulink does have some pumps to choose from but what would be the best way to simulate an air operated diaphragm pump, is it even possible? (a pump like this:...
View ArticleRe: Eigenvalues or Explained Variance of Rotated Principal Components
Hi, I have the same problem. Does anyone have an idea? Thank you. Caterina
View ArticleRe: neural nets - trainbr & regularization penalty
Yes, I have seen the doc. So it sounds like it is not possible for a user to choose the value for the regularization parameter, and the documentation doesn't say how it chooses the value, and I'm...
View ArticleSlider step, value does not agree with setting when sliding vs. using
I setup this slider so that when using the arrow (the minor step) it will move by 1 and when clicking inside the slider (the major step) it will move by 10. All is ok. But what about when actually...
View ArticleRe: Slider step, value does not agree with setting when sliding vs.
Oh, and before someone replies saying that I can round the numbers as I want, yes, I know I can do this, but my question is why does the slider does not move by the minor/major steps as expected. On...
View ArticleRe: Store Historical Data in Level2 M Function Dwork Vector
The code in your original post does what it is supposed to do. The output will only be non-zero when the DWork vector is equal to 10 (and there's a one period time delay, so the non-zero occurs at the...
View ArticleMatlab Compiler with user prompt input, weird behaviour on win64 bit
Hi, I have a simple program that starts with asking user to provide a parameter through module = input('Please type in the module name> ', 's'); This works well in Matlab environment. However, if I...
View ArticleRe: Slider step, value does not agree with setting when sliding vs.
On 3/1/2013 3:50 PM, Nasser M. Abbasi wrote:> Oh, and before someone replies saying that I can round> the numbers as I want, yes, I know I can do this, but> my question is why does the slider...
View ArticleExcel actxserver group error
When I use the command below, I get the invoke error. Any idea how I can get rid of this error? I was trying to group these rows, and Excel did grouped them, but I get the error anyway....>>...
View ArticleRe: Excel actxserver group error
Hard to say what the problem is without knowing more about the specifics of your book. One idea might be to try that line of code on a completely fresh workbook. If it works, then the problem's...
View ArticleRe: Slider step, value does not agree with setting when sliding vs.
On 3/1/2013 4:23 PM, dpb wrote:> On 3/1/2013 3:50 PM, Nasser M. Abbasi wrote:>> Oh, and before someone replies saying that I can round>> the numbers as I want, yes, I know I can do this,...
View ArticleRe: load text-data from file
No promises, but there are some user-created files that attempt to get at this problem (e.g. csvimport).
View ArticleRe: Slider step, value does not agree with setting when sliding vs.
On 3/1/2013 5:06 PM, Nasser M. Abbasi wrote: ...> Just because Matlab can't do it, does not mean it is> not possible. Matlab could have very easily did the> rounding internally, just like a...
View Article