This MATLAB function returns the data type object in archDataObj, the Architectural Data section of a data dictionary, that represents the data type specified by dataTypeName.
See Also Simulink.interface.Dictionary | addAliasType | addEnumType | addNumericType | addStructType | addValueType | getDataTypeNames | removeDataType | Simulink.interface.dictionary.create | Simulink.interface.dictionary.openMATLAB Command You clicked a link that corresponds to this MATLAB command:...
NetCDF Data TypeMATLAB Data Type NC_DOUBLEdouble NC_FLOATsingle NC_INTint32 NC_SHORTint16 NC_BYTEint8 NC_CHARchar NC_STRING(*)string NC_INT64(*)int64 NC_UINT64(*)uint64 NC_UINT(*)uint32 NC_USHORT(*)uint16 NC_UBYTE(*)uint8 ...
This MATLAB function returns recorded audio data associated with audiorecorder object recorder in a double array y.
data = netcdf.getVar(___,output_type) Description data = netcdf.getVar(ncid,varid)returnsdata, the value of the variable specified byvarid.ncidis a NetCDF file identifier returned bynetcdf.createornetcdf.open. The returned valuedatais of the MATLAB®data type that best matches the ...
Graphics functions include 2-D and 3-D plotting functions to visualize data and communicate results. Programming and Scripts The simplest type of MATLAB program is called a script. A script contains a sequence of commands and function calls. Help and Documentation All functions have supporting docum...
YData: [1x5000 double]ZData: [1x0 double]BeingDeleted: 'off'ButtonDownFcn: []Children: [0x1 double]Clipping: 'on'CreateFcn: []DeleteFcn: []BusyAction: 'queue'HandleVisibility: 'on'HitTest: 'on'Interruptible: 'on'Selected: 'off'SelectionHighlight: 'on'Tag: ''Type: 'line'...
This MATLAB function returns a cell array of matrices for the data in each layer of the specified multiLayerMap object.
This MATLAB function gets a parameter, param, with the name paramName from an architectural element, element.
不要对 Java™ 对象使用get函数,因为这会导致内存泄漏。有关详细信息,请参阅Access Public and Private Data。 v =get(h)返回h标识的图形对象的所有属性和属性值。v是一个结构体,其字段名称为属性名称,其值为对应的属性值。h可以是单个对象或m×n对象数组。如果h是单个对象且您不指定输出参数,则 MATLAB®...