Re: How to use nncorr for autocorrelatons?
% "Greg Heath" <heath@alumni.brown.edu> wrote in message % <jth532$bo9$1@newscl01ah.mathworks.com>... % > I do not have the Signal Processing Toolbox so I cannot use the function xcorr...
View Articlecpselect
I wrote a gui which contains the function 'cpselect' , it worked well when I run it in the MATLAB environment, but when I complied it into the application of the format of 'exe', it errored with the...
View ArticleRe: help in store matrix in every run of for loop
"Sean de " <sean.dewolski@nospamplease.umit.maine.edu> wrote in message <ieqjbr$7er$1@fred.mathworks.com>...> "mahdi roozbhani" <m.m.roozbahani@gmail.com> wrote in message...
View Articleto open and read a file
hai.... "fid = fopen('C:\Users\Public\Downloads\message.txt'); %S = fscanf(fid,'%s); fclose(fid);" In the above specified code i am getting error in the fopen statement please reply me if anybody...
View Articleintegral
Hi dear all The f( t,f ) function generate a m-by-n matrix, x axis of matrix denotes time domain and y axis denotes frequency domain. I would like know how is calculated the integral in every column,...
View ArticleRe: interpolate
On 12/31/2012 4:20 AM, maryam wrote: ...> thanks a lot for your reply> A = [1, 2, 4; 7, 12, 22; 8, 19, 45; 50 -1+j 3 0] & d = [1.1718 +0.7365> -1.6971 -0.9855]> I want to add elements...
View ArticleRe: How to draw markers on a 2-D colormap plot?
"Sadik " <sadik.hava@gmail.com> wrote in message <kbqhvp$bj$1@newscl01ah.mathworks.com>...> You are using surf, I would not consider that to be a 2D plot.> > Please give the...
View ArticleRe: integral
"maryam " <raha_smm@yahoo.com> wrote in message <kbs5hu$dgc$1@newscl01ah.mathworks.com>...> Hi dear all> The f( t,f ) function generate a m-by-n matrix, x axis of matrix denotes time...
View ArticleRe: to open and read a file
On Dec 31, 7:34am, "Shobana " <manoharanshob...@ymail.com> wrote:> hai....>> "fid = fopen('C:\Users\Public\Downloads\message.txt');> %S = fscanf(fid,'%s);> fclose(fid);">> In...
View ArticleRe: to open and read a file
On 12/31/2012 7:34 AM, Shobana wrote:> hai....>> "fid = fopen('C:\Users\Public\Downloads\message.txt');> %S = fscanf(fid,'%s);> fclose(fid);">> In the above specified code i am...
View ArticleRe: integral
"Roger Stafford" wrote in message <kbsfpq$g2j$1@newscl01ah.mathworks.com>...> "maryam " <raha_smm@yahoo.com> wrote in message <kbs5hu$dgc$1@newscl01ah.mathworks.com>...> > Hi...
View ArticlemexCallMATLAB crashes in loops?
Hello everyone, I'm working on a mex code that using mexCallMATLAB several times in a loop. The input is supposed to be a structure matrix and the matlab function called in the mex code dealing with a...
View ArticleHow to include plots in a post
What commands can be used to include plots in a post? TIA Greg
View ArticleRe: Piecewiese linear approximation function with a minimal largest error dev.
"Deyan Levski" <remove.this@gmail.com> wrote in message <kbu8d3$gcr$1@newscl01ah.mathworks.com>...> In my practice I have faced a problem where I need to perform a piecewise linear...
View ArticleSNR script to run using Matlab
Hi, I have a problem to run a script for SNR. Here the details. By using the given signal, the signal should be embended with noise with with different Signal-to-noise ration (SNR) of 0dB, 5dB, 10dB,...
View ArticleCopy double array values to cell array
Hi, I would like to copy the values in a double array of 2by2 to a cell array of 3by3. Ii want my double array values to start filling my cell array from row 2 up to the last row but i'm getting an...
View Articlepartial volume under surface
Hi there, I have a surface and want to (numerically) calculate the volume under the surface, but not under the whole surface. Just the volume that corresponds to a closed region on the xy plane. Below...
View ArticleRe: two parameters in AWGN block
On Mon, 10 Dec 2012 14:15:09 +0000, Owen wrote:> Hi,> > In the AWGN block there are two parameters: “Signal to noise ratio” and> “Input signal power, referenced to 1 ohm (watts)”. I just...
View ArticleRe: Copy double array values to cell array
On 1/1/2013 5:00 PM, Isaac wrote:> Hi, I would like to copy the values in a double> array of 2by2 to a cell array of 3by3. Ii want my double array values to> start filling my cell array from...
View ArticleRe: SNR script to run using Matlab
On Tue, 01 Jan 2013 20:41:08 +0000, Wan wrote:> Hi,> > I have a problem to run a script for SNR. Here the details.> > By using the given signal, the signal should be embended with noise...
View Article