7 lines
229 B
Matlab
7 lines
229 B
Matlab
%% startVars.m - Initialize variables
|
|
% This script initializes variables and buses required for the model to
|
|
% work.
|
|
|
|
% Register variables in the workspace before the project is loaded
|
|
assignin('base','mdl_name','sunny360vfe');
|