1 Star 0 Fork 0

chenhuifox/MatlabMotorParameterImporte

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ParameterImporte.m 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenhuifox 提交于 2023-05-05 11:02 . 第一次提交
MotNum = 4; % 电机编号
PaTable = readcell('.\电机参数.xlsx'); % 需导入的电机参数编号 编号详见 Matlab\Motor\ParameterImporte\电机参数.xlsx
for i = 2:size(PaTable,1) % 将参数名称作为变量名并进行赋值
eval([PaTable{i,3},'=',num2str(PaTable{i,MotNum+4})]); % 将读取的字符串转换成变量名并进行赋值
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Matlab
1
https://gitee.com/chenhuifox/matlab-motor-parameter-importe.git
git@gitee.com:chenhuifox/matlab-motor-parameter-importe.git
chenhuifox
matlab-motor-parameter-importe
MatlabMotorParameterImporte
master

搜索帮助