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)
Rephrased, what file type would be used to create
lt= freq: [1x86400 double]
rate: 0.5
??

Answers (1)

Walter Roberson
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!