First  |  Prev |  Next  |  Last
Pages: 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966
extracting data from graphs
Hi, if I have a curve of multiple peaks, how can I extract useful information from the curve. The useful numerical informations include peak + relative intensity , gate of each peak? Thank you Regards. WH ... 20 Apr 2010 15:55
"Failed to decrypt file" error after compiling
Hello everybody, I use Matlab 2008b and I usually use the Compiler to build .exe file starting from .m files, using the mmc function. Then I use these .exe in others pc of my organization. Recently I encourred in the error specified in object when using the .exe file in a target pc. In the target pc was previous... 13 Apr 2010 09:26
colorbar problem
I want to set colorbar fixed to min = -0.001 max = 0.03 I used caxis([-0.001 0.03]); but it colorbar not working. can some one explain me how to fixed min and maximum. Regards ... 12 Apr 2010 06:59
triangular decomposition
hai i tried to LU also, it is applicable for square matrix. but i need to take rectangular matrix l l' and m matrix are obtained from rectangular matrix. please help "jamuna kamaraj" <jamunakamaraj(a)gmail.com> wrote in message <hpub5f$894$1(a)fred.mathworks.com>... Dear friends How to take triangular dec... 15 Apr 2010 09:09
forcing to pass origin in linear regression
two vectors: A*x = B [x,stdx]=lscov(A,B); that's all ! ... 12 Apr 2010 05:54
Setting Radio Button
Hi Guys.. I want to make a default setting in my radio button is checked in first I run my Program. How to make it? Any body has a solution? ... 12 Apr 2010 04:49
GUI
hi friends i m developing GUI based simulator. i want to place a map on axes control. that is i want to superimpose one map on a gui circle. plz find me some solutions thanks in advance ... 12 Apr 2010 04:49
Setting Check Box
Hii Friends... How to setting checkbox to be selected in first I run my Program? I set with this command when I give an Initialization : set(handles.Checkbox1,'Value',1) but it doesn't work. Any other Ideas? ... 12 Apr 2010 04:49
Setting Check box and Radio BUtton
How to make the Radio button and check box default to be selected in first launch I run my program. I attempt to give a charge s et(handles.RadioButton1,'Value',1) But it can't work. Any other Idea or solution? ... 12 Apr 2010 04:49
Saving text and numeric data with xlswrite
I have the following string and I want to save with xlswrite the following displayed text and numeric data output: C={'Art','Science','Cinema'}; for i=1:3 disp([C(1:i),num2str(1:i)]) end I proceed as follows for i=1:3 dd(i,:)={[C(1:i),num2str(1:i)]}; end s=xlswrite('your.xls',dd) and I obtain s=1. H... 13 Apr 2010 11:41
First  |  Prev |  Next  |  Last
Pages: 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966