can we use MATLAB FUNCTION block for .m file for simulation?
조회 수: 5 (최근 30일)
이전 댓글 표시
Is it possible for .m file which has commands wavread and wavwrite in MATLAB FUNCTION BLOCK ?
댓글 수: 0
채택된 답변
Kaustubha Govind
2013년 12월 30일
WAVREAD and WAVWRITE are not amongst the functions supported for code generation, so they're not directly supported in the MATLAB Function block, but if you don't plan to generate code from your model, you can declare them using coder.extrinsic and use them.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!