Problem 652. Put two time series onto the same time basis
Solution Stats
Problem Comments
-
3 Comments
neat! i'd never used time series before
I use timeseries all the time but don't usually use objects. Obviously using object oriented commands is much faster than more manual methods.
https://www.mathworks.com/matlabcentral/cody/problems/44699-prime-product
I created this problem. I think it should be in Indexing I.
Solution Comments
-
3 Comments
Undefined function 'fit' for input arguments of type 'double'. ??? What does it mean and how can i overcome it?
'fit' is not a function in basic MATLAB. You might try 'polyfit'.
I need to do piecewise interpolation.For this,as per my knowledge fit function is best. polyfit function doesn't perform piecewise interpolation. Anyway Thanks.
-
1 Comment
Argh!!! Those last two nodes are the hardest! Where are hey?
-
1 Comment
Oh Alfonso! What is your secret?!!
-
1 Comment
This is flawed - but matches a previous '47'.
What happens if there is more than a single mismatched leading/trailing value? Say, using: t2 = [3 5 7 11 13 17]; in the third test?
-
2 Comments
What happens if there is more than a single mismatched leading/trailing value?
Say, using:
t2 = [3 5 7 11 13 17];
in the third test?
mea culpa, mea máxima culpa.
Problem Recent Solvers301
Suggested Problems
-
2172 Solvers
-
257 Solvers
-
195 Solvers
-
233 Solvers
-
Sum the numbers on the main diagonal
536 Solvers
More from this Author50
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!