Re: Gaussian 3D plot
Hello Jim, First of all i see you don't understand how to use surf. Before explaining to you how to use it i have to ask: What are you looking for? Do you want a 3d surface plot or do you want a 3d...
View ArticleGUI slider arrow missing in Mac osx Lion
Hi I made a GUI with a slider. When I run it in windows, the slider looks and works normally: there are arrow buttons at two ends of the slider, and pressing the keyboard cursors and PgUp PgDn keys...
View ArticleMissing arrows and keyboard control of GUI slider in Mac osx Lion
Hi I made a GUI with a slider. When I run it in windows, the slider looks and works normally: there are arrow buttons at two ends of the slider, and pressing the keyboard cursors and PgUp PgDn keys...
View ArticleRe: Gaussian 3D plot
Hello again, A closer look at your code brings another question. You used meshgrid to create X AND Y matrices but you did not use them when calculating Z. Furthermore, when using surf you used X,Y,Z....
View ArticleRe: Can this run any faster?
"Roger Stafford" wrote in message <kk9lr7$782$1@newscl01ah.mathworks.com>...> It suddenly occurred to me early this morning that your code involving values of the array 'a' can be greatly...
View ArticleRe: Peak detection
On Tuesday, 3 April 2012 20:31:13 UTC+1, Amir Karami Sichani wrote:> I have a PPG signal and trying to do threshold process and finally detect the peaks, I have included my code below and wandering...
View ArticleRe: Gaussian 3D plot
Hi Yehonatan, Many thanks for your patience and thorough explanations. I understand the theory behind how the matrices define x & y data points and by computing an associated z (height) value a 3D...
View ArticleRe: Gaussian 3D plot
On 4/13/2013 1:21 PM, JAMES wrote:> Hi Yehonatan,>> Many thanks for your patience and thorough explanations. I understand> the theory behind how the matrices define x & y data points...
View ArticleRe: Gaussian 3D plot
Ok, James, you need to explain to me what you want to show here. You have a function, You have variables, At least you need to know that you want to show a function based on one or two variables. If i...
View ArticleRe: 3x3 pixel neighborhood window
Hi! I'm having the same problem. How did you solve it?
View ArticleRe: How to estimate Impulse Response from a frequency domain
On Sat, 13 Apr 2013 07:54:09 +0000, Giuseppe wrote:>> Yet, you believe SIT won't help?> > I tried to get the dynamic model representing frequency response in> complex form:> >...
View ArticleRe: Gaussian 3D plot
Furthermore, It is not enough to have an expression. In order to show the expression i need to know what i want to show in the expression. For instance if i have f(x) = x^2, It is not enough to have...
View Articleask for a help
Hello how are you? i want to use stochastic dynamic programming method for hybrid electric vehicle power management can you help me with a matlab code with this methood with regards
View ArticleRe: Gaussian 3D plot
Hi Yehonatan, I've sent the files to your email address, as I'm restricted to plain text here. Her is a copy of the email: Hi Yehonatan, I've attached the paper as a pdf and and some images. The...
View ArticleHomework Help
So I am trying to plot a 'y vs. t,' 'v vs. t,' and 'y vs. v' graph with the two given system of equations. I have no idea where to start and how to create a script. I have given parameters, and was...
View ArticleRe: Gaussian 3D plot
On 4/13/2013 4:55 PM, JAMES wrote: ...> ... as I'm restricted to plain> text here. ...> The function I've been trying to plot is shown in the paper as Equation> 10, and I've also attached...
View ArticleLMI Toolbox I NEED HELP
I am doing an LMI problem and I keep getting errors. I need to minimize game and I have the following code: A=[zeros(2) zeros(2) zeros(2); eye(2) zeros(2) -eye(2); zeros(2) zeros(2) zeros(2)];...
View ArticleLMI Toolbox I NEED HELP
I am doing an LMI problem and I keep getting errors. I need to minimize game and I have the following code: A=[zeros(2) zeros(2) zeros(2); eye(2) zeros(2) -eye(2); zeros(2) zeros(2) zeros(2)];...
View ArticleLMI Toolbox I NEED HELP
I am doing an LMI problem and I keep getting errors. I need to minimize game and I have the following code: A=[zeros(2) zeros(2) zeros(2); eye(2) zeros(2) -eye(2); zeros(2) zeros(2) zeros(2)];...
View ArticleCalculate the Correlation Coefficient of Subsets of a given set
Hi guys I wanna calculate the correlation coefficient of all subsets of a given sets. I know how I can calculate the CC of each subset but the problem is that how I can extract all the subsets and...
View Article