First  |  Prev |  Next  |  Last
Pages: 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
User GUI option to break from for loop?
Sorry to up this old post but i have a question concerning this method. It works well but I have a GUI with 2 buttons, one to START the loop and one to STOP it. This method works only once because after pushing the stop button the first time, the object is deleted. I was thinking to create a new object, just after ... 28 Jul 2010 05:17
Non Linear FIR filter
Can anyone say me about Non-Linear FIR filter? Please inform me detail and suggest me any code. I need it very much.... ... 28 Jul 2010 04:12
solutions books
solutions book team We're a team for providing solution manuals to help students in their study. We sell the books in a soft copy, PDF format. We will find any book or solution manual for you. Just email us: solutions book student List of some books we have ============================= A Course ... 28 Jul 2010 04:12
solutions books
solutions book team We're a team for providing solution manuals to help students in their study. We sell the books in a soft copy, PDF format. We will find any book or solution manual for you. Just email us: solutions book student List of some books we have ============================= A Course ... 28 Jul 2010 04:12
Volume calculation for a 4d matrix
I have a 4D dataset comprised of latitude, longitude, depth and time for the Southern Ocean. I have analysed my dataset in order to determine the locations of different water masses within the original dataset based on temperature and salinity properties. What I now have is a 4D matrix 'AABWyn1', which has 0 or 1 v... 28 Jul 2010 03:07
LARGE array indexing
Hi, I'm VERY new too MatLab and need it to test some audio file related ideas. first of all I've read wav files in using wavread(), obviously this isn't entirely useful by itself. Then I times them by the bit resolution. I need to break it up into blocks of size 12288. but in such a way that the indexing goes a = ... 28 Jul 2010 05:17
Mean of an image
can u pls check the following code for the mean of the image [s t]=size(q); ss=s(1); y=zeros(ss); i=1;j=1; for n=1:1:t for m=1:1:s y(m,n)=q(i,j); i=i+1; end; i=1; j=j+1; end h1=[1 1 1;1 1 1;1 1 1]; a1=conv2(y,h1); %mea = mean(mean(a1)); figure; subplot(2,2,1); imshow(... 28 Jul 2010 03:07
rotating?
Hi every body! I made a diagram with Matlab but now I want to rotate it once 180' around Y axis and second 90' around center anticlockwise... any advise? Best Tina ... 28 Jul 2010 05:17
MTech project on Matlab/Simulink in the field of electronics
Thank you for your suggestions Steven and I would like to add to it that I am searching for a project on Robotics wherein the robot body and its functioning parts would act as a system and there will be be a controller (PI or PID) for controlling its functions. Now, having said that I wanted to model the robotic body f... 28 Jul 2010 00:58
request for an algorithm or code
i'm trying to plot the image(fig 7,8,9,10) given in the paper "An Experimental and Theoretical Investigation into Capabilities of a UWB Microwave Imaging Radar System to Detect Breast Cancer". I have the data obtained and i have tried using matlab commands pcolor and contour for plotting but not able to get the correct... 28 Jul 2010 11:51
First  |  Prev |  Next  |  Last
Pages: 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154