Borrar filtros
Borrar filtros

undefined function or variable 'z' erro message

3 visualizaciones (últimos 30 días)
Runsheng Xu
Runsheng Xu el 8 de Mzo. de 2015
Respondida: Christiaan el 10 de Mzo. de 2015
<</m
when I added a powergui block, this error messages keep appearing, i have used 'ctrl f' to find the variable 'z', but i did not find it. Thank you!

Respuestas (1)

Christiaan
Christiaan el 10 de Mzo. de 2015
Dear Runsheng,
If Simulink looks for the variable z and cannot find it, you could initialize this variable either from a constant block, the workspace, an m-file or direct in the initialization step of the model.
If you like to initialize z from the workspace, use the 'from workspace' block. Set the block parameter variable to z, and use i.e. the matlab prompt to define z.
If you like to initialize z at the start of the program, go to file->model properties->model properties->callbacks->InitFcn. Here you can type in z=1 (in Example)
If you like to initialize z at the start of the program, go to file->model properties->model properties->callbacks->InitFcn. Here you can type in initialise. If you now make an m-file which is called initialise.m where the value z is stored, you can initialise the simulink program over a mfile.
Good Luck, Christiaan

Categorías

Más información sobre Simscape Electrical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by