フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Can someone show me an input file for use with Hopcrofts allan.m function?

1 回表示 (過去 30 日間)
John Ondov
John Ondov 2016 年 2 月 16 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Rephrased, what file type would be used to create
lt= freq: [1x86400 double]
rate: 0.5
??

回答 (1 件)

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

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by