First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
For loop problem
hello there, I want to plot graph of T vs U where T ranges from 0 to 5 with increment of 0.5 and error i get is ??? Subscript indices must either be real positive integers or logicals. Error in ==> Modeling at 98 x(imax) = 0:0.5:5; code is T = 5; % Injection time in ms % deltaT... 13 Aug 2010 10:17
how to do this
i have two matrix ...i want to construct a tree .... one matrix element in left side and second matrix element in right side help me ..... for this situation how can i use dendrogram( ) function.... ... 13 Aug 2010 09:11
decimal to binary conversion
i'm in need of converting a decimal number(double datatype) to a binary number. The inbuilt matlab function dec2bin supports only 16bit conversion with no decimal point precision. can't i convert a number greater than 65536(2^16) using matlab?? also pls help me in converting a floating point decimal number to binary...... 13 Aug 2010 10:17
Fmincon fun and nonlcon functions
Hello everyone, I m using "fmincon" to optimise a problem. The function evaluations have to be done by an external program which produces an output file that can be read by "fun" and "nonlcon". I wonder if this external program has to be called both by "fun" and "nonlcon" functions, or whether I can only call it onc... 13 Aug 2010 11:23
Is it Ok to shrink with [ ]?
Dear all, I know that growing with indexing, clear x for i=1:10 x(i)=1; end, is not recommended. My question: does shrinking with indexing, x=ones(1,10); for i=1:10 x(1)=[]; end, cause memory problems? I.e. does Matlab reallocate memory for variable x every time x(1)=[]; is executed? ... 13 Aug 2010 11:24
1 Bant 16 Bit Colour depth tif image Image jpg export
Hello All; I am trying to export my 16bit one bant tif image to 16 bit color depth jpeg file. I used A = imread('filename'); imwrite(A,'filename.jpg' , 'jpg'); bu in return it gave me Unit must be specified to 12 or 16 bit. Can someone show me how to do ? Regards Ă–mer KAYA ... 13 Aug 2010 10:17
ASYMMETRIC ENVELOPE DETECTOR
Sharpeskar R. proposed an asymmetric envelope detector with 2 cutoff frequencies of 1kHz and 333Hz respectively for rising and falling transients. Any smart guy who'd kow ihow to implement this in matlab? ... 13 Aug 2010 08:07
matrix element setting
I have a 2d matrix and i want to set something like that if any element of matrix will be greater than maximum value (let say 50) then error how to do that Please reply me soon. Regards ... 13 Aug 2010 10:17
LeGall 5/3 Wavelet
Hi I am planning to implement a LeGall 5/3 wavelet in the lifting form on a DSP chip. I have looked through a few papers and have the two equations I need for the high and low pass output for 1D. I would like to run the wavelet in Matlab so that I can compare the output of my DSP and verify it. Can someone tell me t... 13 Aug 2010 10:17
filter design
I was asked to design a BANDPASS filter by this istruction: "2-stage 4th order filter with Q=4 and 12dB/octave high-pass and low-pass rolloffs". But I don't really understand what I am asked. Is this band pass made of a 4th order high pass followed by a 4th order low pass, and Q is the quality factor which defines th... 13 Aug 2010 07:02
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17