数据类型:字符串单元数组和结构体.pptVIP

  • 3
  • 0
  • 约1.23万字
  • 约 58页
  • 2020-10-23 发布于湖北
  • 举报

数据类型:字符串单元数组和结构体.ppt

MATLAB数据类型 (Data Type) 郑元满 地球物理与信息技术学院 中国地质大学(北京) 大纲 MATLAB Data Type(Class) 字符串 单元数组/元胞数组(Cell Array) 结构体(Struct) 一、MATLAB 数据类型(DataType/Class) MATLAB中class是是Data Type,数据类型的意思 A=randn(3);whos A Name Size Bytes Class A 3x3 72 double MATLAB数据类型概览 A=zeros(2,3); B=zeros(2,3,int8); whos A B; Name Size Bytes Class A 2x3 48 double B 2x3 6 int8 相应的convert函数(类型转换) double、single int8, uint8, int16, uint16, int32, uint32, int64, uint64 char logical cast whos

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档