简体   繁体   English

使用Matlab Coder进行imfilter功能?

[英]imfilter function with Matlab Coder?

When I used imfilter() function with Matlab coder , it appears error 当我使用imfilter()函数和Matlab编码器时,它出现错误

 Expected input number 1, A to be one of theses types: nummeric,logical. Instead its type was embedded.fi

How can I fix this problems? 我该如何解决这个问题呢?

The problem is in matrix A ( Showing its class attributes or how you create it would certainly help ). 问题出在矩阵A中( 显示其类属性或如何创建它肯定会有帮助 )。 A is a fi - fixed numeric object (read about embedded.fi class), which you can transform to numeric, logical using its Data properties . A是一个fi -数字固定对象(读约embedded.fi类),它可以转换为numeric, logical使用其Data properties

Hope this is helpful. 希望这是有帮助的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM