Info
This question is closed. Reopen it to edit or answer.
Can someone show me an input file for use with Hopcrofts allan.m function?
1 view (last 30 days)
Show older comments
Rephrased, what file type would be used to create
lt= freq: [1x86400 double]
rate: 0.5
??
0 Comments
Answers (1)
Walter Roberson
on 16 Feb 2016
Example:
LT = struct('freq', rand(1,86400), 'rate', 0.5);
Naming a variable 'lt' is not recommended as that is the formal name of the '<' function.
0 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!