Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Can someone show me an input file for use with Hopcrofts allan.m function?
1 回表示 (過去 30 日間)
古いコメントを表示
Rephrased, what file type would be used to create
lt= freq: [1x86400 double]
rate: 0.5
??
0 件のコメント
回答 (1 件)
Walter Roberson
2016 年 2 月 16 日
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 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!