does anyone know how to use floating points with an mcode block?

1 visualización (últimos 30 días)
Sandeep Kumar
Sandeep Kumar el 11 de Ag. de 2016
Editada: Walter Roberson el 11 de Ag. de 2016
i have my design in which im giving floating point input to the mcode block, the block has
function [Zm] = zone_m(fm_1,m,fs)
p = ((m*fm_1)/fs);
Zm = floor(p);
while im simunlating it, the file is not running?.
%

Respuestas (0)

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by