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)
Afficher commentaires plus anciens
Rephrased, what file type would be used to create
lt= freq: [1x86400 double]
rate: 0.5
??
0 commentaires
Réponses (1)
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.
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!