Format of MAT-File129 (7/6/2012 11:38:08 AM) Does anybody know if it is possible to save variables in a MAT - file with version 7.3 (-v7.3) but without any compression?
Thanks in advance
... nospam.ebnicher(13)
MAT v7.3 compression018 (10/10/2012 9:01:09 AM) Is there any possible way how to disable copression of large (>2 GB) MAT files in version 7.3?
The compression has only minor impact on file size, but the significant impact on data access speed via matfile ... michal.kvasnicka7136(44)
IEEE based projects power electronics032 (10/10/2012 8:36:08 AM) EXPERT GUIDANCE IN POWER SYSTEMS POWER ELECTRONICS
We provide guidance and codes for the for the following power systems areas.
Deregulated Systems,
Wind power Generation and Grid connection
Unit ... expertsyssol(6)
Confidence intervals #3227 (10/8/2012 1:54:10 PM) Hi,
Does someone know how I could define the 95% (upper) and 5% (lower) confidence intervals for a vector "x"?
x=
[-0.005
0.0244
0.031
-0.021
0.048
0.048
0.137
0.066
-0.106
0.072
0.082
0.... jerrycholo(43)
Subscripted assignment dimension mismatch #17435 (10/10/2012 5:18:10 AM) Hi all i am using the fallowing code for the svm classification
svmstruct=svmtrain(PosNegF,group); for l=1:999
abc= svmclassify(svmstruct, DB1(l,:))
Fset(l,... frhat.abbas(62)
image fusion using fuzzy139 (7/13/2011 4:42:37 AM) Good morning, i am using the following code for image fusion using fuzzy. while running it i am getting the error ike ' One or more output arguments not assigned during call to 'C:\MATLAB7\toolbox\fuzzy... dammavalam2(8)
polar plot superimposed on circle138 (10/10/2012 12:42:09 AM) Hi,
I have a \theta vs \rho data which can be plotted using polar command in Matlab.
I need to get a modified polar plot as follows. I want to add a circle (say of radius 1 unit) in the polar plot. Circ... gcdiwan(52)
quick way to calculate standard deviation of multiple images032 (10/10/2012 2:52:47 AM) Hi
I have n images and want to calculate standard deviation of these images for every pixel.
My code is
X=zeros(nrow,ncol,nimg);
for irow=1:nl
for icol=1:ns
tmp=X(irow,icol,:);
... sulfateion(350)
changed pixels from multiple images020 (10/10/2012 2:31:28 AM) Hi
I have some multi-temporale images for a fixed site.
I'd like to detect the changed pixels.
Is there any suggestion? or sample codes?
Thanks.
Mike
... sulfateion(350)
GUI stay open421 (2/28/2011 10:11:06 AM) Hi all I am writing a gui that recall a function that starts with a close all. Which is fine I want the close all command in that function I just want that this close all does not affect my gui. Is there a w... graziano.mirata