Re: matlab 2012b hangs on Mac OS X
"John" <wolfjo.nospame@neuroengineering.upenn.edu> wrote in message news:k68ii0$11q$1@newscl01ah.mathworks.com... > Does anyone have a workaround for this issue? I would like to keep using...
View ArticleRe: Get the name of the invoking m-file
"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <k68kfs$7kq$1@newscl01ah.mathworks.com>... > "Martyna" wrote in message <k685c4$i8s$1@newscl01ah.mathworks.com>......
View ArticleRe: Get the name of the invoking m-file
"Martyna " <marczak@uni-hohenheim.de> wrote in message news:k685c4$i8s$1@newscl01ah.mathworks.com... > Dear Community, > suppose that I call function fun in the m-file (which is not a...
View ArticleRe: Snapping line to grid (matrix indices) points and extracting elements...
"Marko" wrote in message <k68oj4$mlg$1@newscl01ah.mathworks.com>... > Hi! > > I have a digital elevation map (DEM), so this is the matrix of the terrain heights in Gauss Kruger...
View ArticleRe: video encryption source code
"gopinath devarj" wrote in message <k68geg$nn7$1@newscl01ah.mathworks.com>... > please help me.i need video encryption source code using secret sharing
View ArticleBehavior of Inline S-Function when kept inside the enabled subsystem.
I created an S-Function block which has the corresponding TLC file. I kept this S-Function block inside the enabled subsystem. The enable input to the subsystem is from constant block, It's value is...
View ArticleRe: coulomb + viscous friction
On 10/25/2012 12:36 AM, lady firmament wrote: > v1=0.0001;v2=-0.0001;vp=-1:1; > Fc_p=57;Fc_n=28:Fs_p=175;Fs_n=110;s2_p=130;s2_n=130; > if vp>=0 > if vp>=v1 > Fr=Fc_p+s2_p*vp >...
View ArticleRe: coulomb + viscous friction
On 10/25/2012 1:28 AM, Nasser M. Abbasi wrote: > On 10/25/2012 12:36 AM, lady firmament wrote: >> v1=0.0001;v2=-0.0001;vp=-1:1; >> Fc_p=57;Fc_n=28:Fs_p=175;Fs_n=110;s2_p=130;s2_n=130;...
View ArticleRe: fmincon - Remove equality constraint
"sai" wrote in message <k69p5k$4f9$1@newscl01ah.mathworks.com>... > Hi, > > I am trying to minimize a function using the following: > > [A, fval] = fmincon(myfun, 1, s(:), x(:),...
View ArticleMerging two text files
Hi all..i am working with matlab & octave...Hence the code must be optimized in both Matlab & Octave..I had tried to combine both text files using these applications..I am not getting proper...
View Articleline integral discrete data set
hi. i have [X Y] position X=[2 5.5 6 7 4]; Y=[4 2.2 4 8 5]; i want line integral data set [X,Y]; to conclude, want to know length of line X,Y how can i calculate the length ,,,,matlab
View ArticleCalling function during the same script run repeatedly
Dear Community, I have a script file, say example.m, that calls a function, say fun, repeatedly. Each time this function is called during the same script run, a text file with outputs is generated....
View ArticleRe: dashed line in high resolution
"Oliver Woodford" wrote in message <htdur9$rte$1@fred.mathworks.com>... > "Ameya" wrote: > > Hello, > > > > I use print command to save my figure in high resolution in jpeg...
View ArticleRe: How to study matlab? How to begin?
"Tan" <tanjinan2012@gmail.com> wrote in message <aodvtd$1i9t$1@mail.cn99.com>... > My dear freinds: > I am a fresher in matlab,now I must use Matlab in my stduy about medical signal...
View ArticleRMS Error question
Hi, I have two vectors and I'd like to calculate the RMS error. Thus, I used the function r=sqrt(sum((data(:)-estimate(:)).^2)/numel(data)); as found here:...
View ArticleRe: how to delete a line in an axes oblect without changing axis scale
I like both of Steven's suggestions, but I also have a couple more. %remember axis limits and rest them my_axis=axis; delete(LINE); axis(my_axis); %cheat, by setting line color to white (setting the...
View ArticleComplex envelope (CE)
Hello, I have a real (band-pass) signal and I need to calculate CE in time domain with knowledge of sampling frequency (fsa) and intermediate frequency (if) using firpm function. Is there any way to do...
View ArticleRe: RMS Error question
"Yannos M" wrote in message <k6b1hg$fq1$1@newscl01ah.mathworks.com>... > Hi, > > I have two vectors and I'd like to calculate the RMS error. Thus, I used the function > >...
View ArticleDifference between 3D data fitting functions
Hello, I am trying to fit a plane to 4 points (x,y,z) and I found two different functions. It should be mentioned, that measurements in x,y,z do not have any errors. The following functions give...
View ArticlePlot box with rotation
Hi, How do I plot a cube/box in 3D an specify the rotation (yaw pitch and roll), similar to this code but with angles http://www.mathworks.com/matlabcentral/fileexchange/15161-plotcube As far as I know...
View Article