MATLAB®图形通过x-y平面中的矩形网格上方的点的z坐标来定义曲面。通过用直线连接相邻点来形成绘图。曲面图可用于可视化因太大而无法以数字形式显示的矩阵,还可用于绘制包含两个变量的函数。 MATLAB 可以创建不同形式的曲面图。网格图是指仅对连接定义点的线条进行着色的线框曲面图。曲面图对连接线和面都进行着色。
生成代码中的数据表示 自定义数据表示以简化与外部代码的集成并支持交互和插桩您在模型中创建的信号、状态和模块参数在生成的代码中显示为变量。控制代码声明和定义这些变量的方式。 通过减少内存使用量并指定数值数据类型,生成高效的代码。控制数据类型的命名、定义和用法。 通过为声明和定义指定标识符和文件位置,简化...
matlab.mock.history.SuccessfulMethodCall 对象表示对完成运行的 mock 对象方法的调用。模拟框架实例化此类。您不需要直接创建该类的对象。 类属性 Sealed true 有关类属性的信息,请参阅类属性。 属性 全部展开 Name— mock 对象方法的名称 字符串标量 Inputs— 传递给 mock 对象方法的输入 元胞向量 Outputs— moc...
matlab.lang.OnOffSwitchStateis an enumeration class that derives from thelogicalclass. Use this class to specify the data type of properties that accept values of'on'and'off'and logicaltrue,false,1, or0. Use this class to constrain property values to any of these values: ...
Does not stop after finding the first match. To improve the chances of finding a unique search result when resolving qualified data names: Use specific paths in qualified data names. Give states unique names. Use states and boxes as enclosures to limit the scope of the path resolution search....
NET.disableAutoRelease(obj) 锁定表示运行时可调用包装器(COM 包装器)的 .NET 对象,以阻止 MATLAB® 释放COM 对象。正常使用对象之后,调用 NET.enableAutoRelease 释放COM 对象。 示例示例 全部折叠 锁定COM 包装器对象 假设用户定义函数 GetComApp.m 可访问伪类 ComNamespace.ComClass 中定义的 COM 对象。其中...
mainObj = NetDocTest.MyClass; GetComApp(mainObj); app = mainObj.MyApp; app.readData('hello');% Unlock the COM objectNET.enableAutoRelease(mainObj.MyApp); Input Arguments collapse all obj—.NET object representing COM wrapper COM wrapper class ...