Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一些关于“sfix_look1_dyn.mex32”文件的信息。目前我正在使用这个 mex 文件,在 masked s 功能块的帮助下。我仅将此块用于一维查找相关计算。但是,如果我想对二维查找表使用类似的逻辑,那么是否可以使用相同的 mex 文件?基本上我想知道是否有任何出路,以便对于 2 D 查找我可以将表数据的值作为输入。
AFAIK,您不能使用相同的 mex 文件或 tlc 进行 2-D 查找,它用于动态查找 1D 块
但是,您可以使用nD Lookup Table块