does anyone know how to use floating points with an mcode block?
1 回表示 (過去 30 日間)
古いコメントを表示
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?.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/155664/image.png)
%
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!