First
|
Prev |
Next
|
Last
Pages: 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497
how to get a m-by-n matrix from grayscale image? I have a grayscale *.bmp image and I want to make some wavelet operations on it, so I need it in matrix dimensions m-by-n. But when I read the image using the command imread(), matlab puts it in m-by-n-by-3 matrix. I have already tried using the command rgb2ind() but without luck, because it darkens the picture totally... 14 Jun 2010 10:38
how to get a m-by-n matrix from grayscale image? I have a grayscale *.bmp image and I want to make some wavelet operations on it, so I need it in matrix dimensions m-by-n. But when I read the image using the command imread(), matlab puts it in m-by-n-by-3 matrix. I have already tried using the command rgb2ind() but without luck, because it darkens the picture totally... 14 Jun 2010 05:09
? why cannot get LS soln with mini norm Hi: I tried the following algorithm to see if I can get min norm LS soln for solving min f, f = 0.5*norm( A*x-b ), A is m-by-n and m < n. But the algorithm did not converge to the min norm LS soln. Does anyone know what's wrong? The algorithm used is: x(k+1) = x(k)-pinv(A)*f(k) The a... 14 Jun 2010 05:09
i have question about simulink (error calculation block) At error calculation block in simulink blockset i don't understand received delay and computation delay respectively. because of my inexperience...so i have faced with difficulty. how i let the value computation delay? i heard that computation delay is needed only if frame-size simulation. Is it right? i hope ... 14 Jun 2010 04:05
Features of Project-drive.net Dashboard Gantt Charts Timesheet Module User-friendly Interface Project Management Templates Workflows and Links Resource Allocations Document Sharing and Management Automated Communication Tools Scheduling and Calendars Recurring Tasks Reporting Cost Analysis and Budgeting Expo... 14 Jun 2010 02:59
Face recognition using Artifical Neural Network I'm an engineering student doing an In house project for my summer vacations. I have taken up Face recognition in Matlab. Now, i'm a newcomer and have no idea about how to design the system. I have read the basics and stuff read about the neural network, Image Processing toolbox and read up on the Face Recogniton the... 14 Jun 2010 02:59
importing verilog code to simulink hi, is there any way , i can import the verilog code to simulink??? and integrate it with simulink model??? waiting for reply ... 14 Jun 2010 01:55
How To find a WHOLE row in another matrix if i have this row of info [2 4] and i want to know if this whole row existes in another matrix say 1 2 3 NaN 2 4 NaN NaN 2 5 NaN NaN 1 2 4 NaN 1 5 NaN NaN 2 5 NaN NaN 1 5 NaN NaN 1 2 5 3 1 2 5 NaN how to do that, i tried it with ismemeber but this one it gives true if atleast on element is there, and I do... 14 Jun 2010 01:55
IF not not executing in Matlab 7.5 %%%% why the program execute only else part of if loop .....???????????????? t=18; while t<=23 if (t==20 || t==21 || t==22) J_stim=1 t else J_stim=0 t end t=t+0.1; end if run this progam in matlab 7.5 then the output is J_stim = 0 ... 14 Jun 2010 01:55
Matlab's Simulink error message Dear.....Sir I have a problem in when simulink program run in Matlab enviroment. error message is shown in below. why? what can i solve that? thanks u so much myo Warning: Running low on memory. Simulation will terminate in approximately 0 steps}. Warning: Running low on memory. Simulation will t... 14 Jun 2010 00:51 |