如何在 MATLAB Function 模块中使用 base workspace 中的变量?

42 visualizaciones (últimos 30 días)
MathWorks Support Team
MathWorks Support Team el 29 de Oct. de 2019
Editada: MathWorks Support Team el 8 de Mayo de 2024
如何在 MATLAB Function 模块中使用 base workspace 中的变量?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 8 de Mayo de 2024
Editada: MathWorks Support Team el 8 de Mayo de 2024
以下是达到相同目的的步骤:
1)找到由此需求的 MATLAB Function模块
2)双击打开模块
3)在编辑器选项卡中,您可以看到选择“编辑数据”(edit data)
4)单击此按钮,将打开一个对话框
5)在这里,选择 Add->Data
6)将名称更改为base workspace 中的变量名称,将范围(Scope)更改为参数(Parameter)
上述工作流程也支持代码生成。
更多信息参考:

Más respuestas (0)

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!