Imported functions are not visible outside?
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I have two files A and B.
% file A
addin_class = NET.addAssembly(addin_path);
automation_class = NET.addAssembly(automation_path);
support_class = NET.addAssembly(support_path);
import PrincetonInstruments.LightField.AddIns.*;
% file B
% Here I would like to use one of the imported functions
With Matlab 2014 this worked. Now I upgraded to Matlab2019 B, but seems like the imported functions are not visible in file B.
Any idea how to fix this?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Whos 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!