First
|
Prev |
Next
|
Last
Pages: 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924
Workspace with GUI "Matt Fig" <spamanon(a)yahoo.com> wrote in message <hio2tp$6f5$1(a)fred.mathworks.com>... I recommend you not just blindly use evalin. I outline several *safer* strategies in the example solutions to question #30 http://www.mathworks.com/matlabcentral/fileexchange/24861-35-complete-gui-examples I think you ... 17 Apr 2010 03:12
Not enough storage is available to process this command I keep seeing the warning message "Windows returned error message: Not enough storage is available to process this command." when using Simulink. I don't see the message if I use the Matlab environment only. My configuration is Windows 7, r2008b and 4GB memory. Anyone seeing the same warning? Cfy30 ... 17 Apr 2010 02:07
Reading Sound track How could I read a sound track into Matlab? and if I want to output a wave that is totally anti phase to the input wave, how could I do this? Note that I want to see the output wave coming out as the input wave is being read by Matlab, don't know if this is possible?? Thank you very much!! ... 17 Apr 2010 02:07
parfor nested loop accumulation order reversed Is there a bug in matlab parfor: %%%%%%%%%%%%%%%%%%%%%% %%%%%%%% for loop x=[]; for i=1:2 for j=1:3 x = [x, j]; end end x x = 1 2 3 1 2 3 %%%%%%%%%%%%%%% %%%% parfor loop x=[]; parfor i=1:2 for j=1:3 x = [x, j]; end end x x = ... 20 Apr 2010 15:58
saving images within for loop how can save some images within for loop.. any body have an example? ... 18 Apr 2010 16:23
[ASK] How to test ANFIS network I'm doing my research with raw code of ANFIS. I didn't use anfis toolbox in matlab. N now im in the way of testing my ANFIS network. Ok, Proccess of ANFIS consist of 2 passes. Forward pass n backward pass. Where the forward pass uses least-square method, while the back pass uses gradient descent. In the learning pha... 17 Apr 2010 01:02
how to find gradient image... Hi, i have uploaded my photocopy of project at "http://groups.google.com/group/face-rec/files" in which whole process of eye detection is given... In that gradient image is given... so can anybody tell me that how to find that type of gradient image... plz first you see the link in that i have uploaded "project.j... 16 Apr 2010 23:58
Find un_repeated number in an array Hello Guys, I have an array e.g, [1 10 20 18 10 9 15 2 1 18] (generated by uniform distribution unidrnd) Is there anyway to find indexes of elements that are not repeated in the array, that say 3, 6, 7, 8 ? Thanks a lot in advanced! ... 17 Apr 2010 05:20
counting object hi all, i need your help... i want to make a program , my objective is to count a single object that move around a circle using webcam. 1. webcam is positioned on top of the object 2. the object begin to move around 3. if he/she has completely move 360 degree, count as one lap. tell me, step by step how to c... 19 Apr 2010 00:07
fwrite help on Serial Port Hey Guys, I am working on a serial communications project. Trying to communicate with this device. http://www.pololu.com/catalog/product/1350 Link for user manual http://www.pololu.com/docs/pdf/0J40/maestro.pdf I want to write three bytes out. 255 0 245. Below is from the help manual For example, if we want... 16 Apr 2010 22:52 |