You are here:
I have extensive experience in MATLAB which is a CAD for engineers.I can answer many questions on the programming script as well as the use of many toolboxes Matlab uses.However DO NOT ask me about the underlying theory of your projects.I will only answer questions regarding the USE of Matlab.
I have written many scripts in Matlab utilizing many toolboxes and libraries such as Fuzzy Logic toolbox,Neural Nets,Image processing,Wavelets,Signal processing etc.
Aristotle University of Thessaloniki
| User | Date | K | C | P | Comments |
|---|---|---|---|---|---|
| Mohammad | 11/09/10 | 10 | 10 | 10 | |
| Reza | 01/27/10 | 10 | 10 | 10 | Thanks a lot George Moustris , problem solved ..... |
| Dhivya | 10/22/09 | 10 | 10 | 10 | |
| Punit | 07/13/09 | 10 | 10 | 10 | |
| Punit | 07/13/09 | 10 | 10 | 10 | He is just awesome. Thanks man :) |
You can use the plot command in the form of plot(x_vector,y_vector), where x_vector is a vector of xi values and y_vector is a vector of yi values corresponding to xi. thus you must select each point you
Hi Stefanos, every linear system can be written as Ax=b, where A is the system matrix (in your case its A=[3 0 1;1 -1 3;0 1 4]). Thus if A is invertible, i.e. det(A) is not null, the the solution of
Hi mihammad, see the FFT function in MATLAB. Reat its use in the docs and you'll get what you want. Note that this works for a collection of data. If you want the Fourier Transform for an actual analytic
Hi Reza, since the velocity is the integral of the acceleration, you need to numerically integrate your data points. You can use the cumtrapz MATLAB function for this. Just type >> help cumtrapz in
sure holly. If you need something with respect to the use of matlab, don't hesitate to contact me. However, please don't ask me about the logic of your code. I won't write your code for you. I can only
Answers by Expert:

©2012 About.com, a part of The New York Times Company. All rights reserved.