MATLAB — table的常用用法1. T = table(var1,…,varN)LastName = {'Sanchez';'Johnson';'Li';'Diaz';'Brown'};Age = [38;43;38;40;49];Smoker ...
確定! 回上一頁