Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
John Ondov
John Ondov am 16 Feb. 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Rephrased, what file type would be used to create
lt= freq: [1x86400 double]
rate: 0.5
??

Antworten (1)

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

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by