Matlab中一些函數的用法

1.struct 第一,通過「.」創建結構數組。在命令行窗口輸入如下代碼: student.name='Jason'; student.class='class 3'; student.results={'English','Maths';85,95}; student.system=[1,2,3;4,5,6;7,8,9]; 然後輸入student,按回車查看創建的結構數組student,返回如下
相關文章
相關標籤/搜索