MATLAB
记录MATLAB操作中的问题和解决思路。
噜噜冲鸭
行百里者半九十
展开
-
cell2struct&struct2cell的互相转换
MATLAB的两个内建函数:把结构体数组转换成元胞数组的struct2cell,把元胞数组转换为结构体数组(或者叫结构体向量)的cell2struct。 先贴一下官方文档:https://ww2.mathworks.cn/help/matlab/ref/struct2cell.html https://ww2.mathwork...原创 2018-09-05 13:57:29 · 13260 阅读 · 0 评论 -
MATLAB使用xlswrite的各种报错情况
以下错误都出现在刚开始使用xlswrite时,代码来自《MATLAB编程与工程应用(第二版)》中文版。>> ranmat = randi([1 100], 5, 3)ranmat = 15 66 76 43 4 75 92 85 40 80 94 66 96 68 18&g...原创 2018-09-05 17:13:09 · 29343 阅读 · 4 评论