First
|
Prev |
Next
|
Last
Pages: 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322
imagesc, pcolor, and NaN This solution works perfect! Thanks a lot! try h=imagesc(X,Y,C) set(h,'alphadata',~isnan(C)) ... 10 Feb 2010 06:40
What MCR? is it Free ware Hi, I would like to know what is MCR? is this freeware. I have MATLAB 7..0.4 I have an application which requires MCR7.7 what is differnec between MCR and MAtlab compiler. ... 10 Feb 2010 06:40
Help with solve I have editbox, and user input in that editbox any function. I tried to solve period using syms x, syms p, f1=eval(get(EditBox,''String''));x=x+p;f2=eval(get(EditBox,''String''));A=solve(f1,f2). And everything is fine unless when for example function is 1./(x.^2) the Matlab shows me Warning: Explicit solution could no... 10 Feb 2010 06:40
"Wavelet Packet Decomposition" Dear Sir, I have a very basic doubt about this technical term,"Wavelet Packet Decomposition" As it goes in Wireless communication wavelet packet decomposition, wavedec(x,l,wname) helps to decompose, and wpdec(x,wname) finds the Tree. now If i want to do this "Wavelet Packet Decomposition".. which one should i us... 12 Feb 2010 13:27
Torque Measurement of speed driven pump Hi All, I'm currently simulating a hydraulic system. I'm driving my pump with the speed from a asynchronous motor (simpowersystems library). The speed output from the motor is connected to ideal velocity source which is connected to the pump. To feed the motor with torque, i want to measure with a torque sensor the t... 23 Feb 2010 05:44
¿when do i have to use a solver with a simscape model? hi, i'm newbie with simscape modeling and i have a doubt: when do i have to add a solver in a model? i have readden that i have to use it when there are two different topologies but i don't understand what means exactly with "different topologies" regards ;) ... 17 Feb 2010 00:08
Find controller gain from ramp response? Hello! How can we find controller gain from ramp response of P-D controller? ... 10 Feb 2010 03:24
Using HFSS simulations in MATLAM Hello I have been working on an optimization problem in antenna design which requires both MATLAB and HFSS(this software is used for electromagnetic simulations). Does anybody know how to use and run HFSS in a MATLAB code? ... 10 Feb 2010 03:24
Using slider to updating audio signal being played..real post tia sal22 When I change those lines to set(freq,'Value',sliderValue); %sets freq when slider changes and don't include the handles portion i get. "Error using ==> set Invalid handle object" I get an error in that line when I try and change the slider ... 10 Feb 2010 02:19
Keyboard shortcuts My laziness to search the web forces me to post this question ... Whats the keyboard shortcut to choose between alternate tabs (or .m files ) on the "Editor" Window ? Thank you ... 10 Feb 2010 20:13 |