Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
John Ondov
John Ondov el 16 de Feb. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Rephrased, what file type would be used to create
lt= freq: [1x86400 double]
rate: 0.5
??

Respuestas (1)

Walter Roberson
Walter Roberson el 16 de Feb. de 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.

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by