Description:
The MathWorks calculation and visualization package.
|
|
|
curve fitting
|
| |
hello
im currently working on a cosine curve fit using the fminspleas code, it works out perfectly for the form f(t) = a*cos((x-phi)*(2*pi/T)), where T is the period of my function. the code lets me know a and phi very accurately, but im now in the need to find the function form
f(t) = a*cos((x-phi)*(2*pi/T)) + c... more »
|
|
very simple question please help ( average time )
|
| |
Hi,
I have a time series in seconds ( correspond to a random measurement). I would like to see on average what is the time between each measurement. It is seconds. So I am hoping that it would be between 2 to 3 seconds but I do not know how to do it in matlab. This is the time :
0
2
4
12... more »
|
|
geometric mean month by month
|
| |
Dear All,
I need some help please.
I have two columns in a matrix B.
B=[A, X];
X is a column vector that contains different daily observations.
A is a column vector that contains the number of the month (for example for January it has "1" for february "2" etc till December where it has "12").... more »
|
|
woodchips@rochester.rr.com
|
| |
Hi!
I´ve been using yor fminspleas program, which is great, im getting exact result as if i was using te curve fitting tool box, except i encountered a little problem, which i was hopping you could help me out with, im trying to fit a cosine function to a set of data of the form f(t) = a*cos((x-phi)*(2*pi/90)) + C, being C the displacement in the y axis,with the help of fminspleas i´ve gotten a and phi, but now im the necessity to also know C, what would be the best way to generate c?... more »
|
|
Calculation of HP Filtered-Series with NaN observations
|
| |
My problem is the following:
I want to get the hp-filtered series using this function below. Yet my y-series contains some NaN observations and then the function returns only NaN. How to tackle this issue?
Thanks for responding! Philipp
The function reads:
function [cycle,trend]=hpfilter(y,lambd a)... more »
|
|
Run multiple GUIs in a serial way
|
| |
I have two GUIs. I need to run the first GUI, and then after it's done, the second GUI get started. I try to write a script file like this:
gui1;
result=data_analysis;
gui2;
but it does not work. After I close the second gui, everything closed.
|
|
Real Time DAQ acquisition and Processing
|
| |
Hi,
Is there anyway to use session based DAQ to capture real time and process signal simultaneously? I managed to acquire signal continuously but is there a way to log the data as well as to process the data and plot in different plot at the same time?
Acquiring Code
s = daq.createSession('ni');... more »
|
|
My God is not dead!
|
| |
Sorry about your's.
Always remember: Jesus love's you and so do I!
Yes! Each and every one of you!
|
|
add a slider or pan function to ginput
|
| |
I need to be able to do zoom ginput. I saw this and it seems to work. [link]
However after do the zoom I need to click some points and after that I need to be able pan the image or have a scroll so I can pull the image to the left and be able to get additional points from image.... more »
|
|
|