First
|
Prev |
Next
|
Last
Pages: 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898
Matlab crash! Hi, I am running a simple while-loop in MATLAb with nested if- loops. It runs very well, but when I stop the simulation by ctrl+c, matlab crash. I don't know the reason.... Any idea? Thanks for help, -g ... 23 Apr 2010 17:36
signal processing analysis Hello, i collected two sets of data from a healthy and an unhealthy(with the defective bearing). then i made my FFT and i filtered out the noise using a bandstop filter. Right now i'm trying to program a classifier but firstly i need to specify my indices to make them the inputs of my classifier. My Question i... 23 Apr 2010 21:00
VSflexGrid, Axtive X "Pratap " <pratap_rs(a)yahoo.com> wrote in message <hjpkuh$aqi$1(a)fred.mathworks.com>... Hello All, Why do I receive a invalid ProgId when trying to use the 'VSFLEX.vsFlexArrayCtrl.1' control inside MATLAB. Thanks, Prats I have the same problem here. I am using Matlab R2010a and windwos 7 64 bit. ... 20 May 2010 16:06
??? Error using ==> fopen Invalid filename In GUI Walter Roberson <roberson(a)hushmail.com> wrote in message <hqstk7$8la$2(a)canopus.cc.umanitoba.ca>... Kevin wrote: opfname = '23-Apr-2010' '_' 'test' '.csv' ??? Error using ==> fopen Invalid filename. Error in ==> blpqui>pushbutton1_Callback at 171 new_file=fope... 23 Apr 2010 17:33
Issues with LaTex command Hello, I was wandering if anybody knows how Matlab can recognize a latex code for an overhead bar/or any other accent. The standard LaTex code, say \bar{\omega} does not work in my case (I am using M7.10 R2010a version). Thanks ... 23 Apr 2010 17:33
i don't know how to create drivers for i/o boards hi i am working on xpc target in fact i am installing a prototype and i don't know how to create the drivers for the i/o boards please if you can help me i will be grateful ... 23 Apr 2010 01:22
modify behavior of plot function You could write a new function 'my_plot()' which calls plot directly and then calls you other script. Yes, I thought about that, but it's not optimal in terms of code maintenance. I believe it is possible to make an overload for the plot function? (just dont know how) Or add a listener which will lis... 23 Apr 2010 17:35
please help me hi. I am doing project in twin rotor mimo system using fuzzy controller. I am getting the results of horizontal part of TRMS system but i am getting the delay in response. I don't know how to remove delay in resultant waveform. if someone help me please reply me on deepsvit(a)yahoo.com With Regards, Dipti ... 21 Apr 2010 01:10
XOR Can I compare two images by XORing each pixels of two images in matlab? If yes- then how to take the XOR of ecah pixels of two images? Plz Help Regards Rajesh ... 21 Apr 2010 00:06
imagesc custom colors Hi, I have a 100x100 matrix where the entries are either >4 (no greater than 6) or less than 4. I want to plot this matrix using imagesc and make it so that the pixels whose corresponding entries <4 are colored blue, and the pixels whose corresponding entries >=4 are colored red. As background info, I'm trying to... 21 Apr 2010 00:06 |