Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

1 vue (au cours des 30 derniers jours)
John Ondov
John Ondov le 16 Fév 2016
Clôturé : MATLAB Answer Bot le 20 Août 2021
Rephrased, what file type would be used to create
lt= freq: [1x86400 double]
rate: 0.5
??

Réponses (1)

Walter Roberson
Walter Roberson le 16 Fév 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.

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by