First
|
Prev |
Next
|
Last
Pages: 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201
"sensitivity" command Matlab help file says there is a command called "sensitivity": http://www.mathworks.com/access/helpdesk/help/toolbox/mpc/sensitivity.html i have MPC toolbox loaded in Matlab r2008b. But there is no command like this. Is it a new function? ... 4 Mar 2010 10:03
Intersection of two vectors? Hi, I have imported to columns from excel that I have plotted in Matlab. The two vectors intersect with each other at different places. How do I fint all these intersection points between the two graphs? best, Robin ... 4 Mar 2010 06:41
Equivalent Simulink Model for Hydraulic System Hi, I would like to have an equivalent Simulink model for a Hydraulic circuit. I tried using the equations from SimHydraulics Toolbox reference guide but, the results are not the same. A simple application i am using is to control the hydraulic cylinder's motion. The inference from comparing my Simhyraulics model and ... 6 Apr 2010 10:46
Make avi movie Hello, I'm using Matlab 7.9.0 (R2009b) with windows 7 x64. I'm trying to make a movie in avi format. Here my matlab code to do it : ______________________________________________________ film = avifile('helppp.avi','fps',5,'quality',100,'compression','none'); for i=1:20 k = i*100; s = ['u_num-' int2... 4 Mar 2010 06:41
where to buy Mathworks' book Hi, I wonder where I can buy following books by mathworks: MATLAB the Language of Technical Computing(get started, and programming)? not available at amazon. Thanks in advance ... 4 Mar 2010 10:03
Object removal Region Filling Help Needed. Hi, I am working on a project which is based on object removal and region filling, where in a user will be asked to select a part of the image, then that part of the image will be removed and the background of that part will be constructed. I am currently planning to use imfreehanddraw function of matlab for region ... 5 Mar 2010 00:43
gain of a filter Hi, Does any one know how specify the gain of a filter during design? It seems most design method does not provide unity gain. In fact, the always attenuates the amplitude of the input signal Bayo ... 10 Mar 2010 09:40
sample of ecg signal you can get sample of ecg signal from physiobank type physiobank in google->press the ATM in the top centre in the database select"MIT BIH ARRYTHMIA DATABASE" NOW U CAN GET THE ECG SIGNAL ... 4 Mar 2010 05:35
Custom format floats in Simulink I designed a Simulink model that I now need to prepare for code generation. My problem is this: the target platform does not natively support floating point numbers (i.e. lacks an FPU) and the compiler does not include a floating point library so the only way to handle floats is to define an appropriate data structure ... 4 Mar 2010 04:30
Signal Reconstruction Is there any code available which i can study ! where signal is reconstructed in frequency domain using Least sqaure...Like one of file submisson was Fast gridding method.....they calculate the frequency domain spectrum or i should say that they calculated A^(H)WY (which is dft with weights) now i want to apply least s... 13 Mar 2010 05:22 |