1 Star 0 Fork 1

武星晔 / BPL

forked from james / BPL 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
loadlib.m 182 Bytes
一键复制 编辑 原始数据 按行查看 历史
brendenlake 提交于 2015-11-04 14:45 . First commit
%
% Load library from a file,
% as specified in the function defaultps
%
function lib = loadlib()
ps = defaultps;
load(ps.libname,'lib');
assert(isa(lib,'Library'));
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Matlab
1
https://gitee.com/first_Learning/BPL.git
git@gitee.com:first_Learning/BPL.git
first_Learning
BPL
BPL
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891