How to access all data in MATLAB documentation examples?

1 vue (au cours des 30 derniers jours)
Allie
Allie le 24 Juin 2021
In the MATLAB example Detailed Model of a 100-kW Grid-Connected PV Array, there are some variables that don't seem to be accessible.
I have tried using Model Explorer block but the parameter (T_MPPT) cannot be found anywhere. I also tried click on the open as well as explore option but again nothing opens up. Please help in figuring out a way as I need to know the actual values for a thorough understanding.

Réponses (1)

Abhinav Aravindan
Abhinav Aravindan le 3 Déc 2024
Hi @Allie,
The parameter “T_MPPT” is a Mask Parameter of the “MPPT Controller using 'Incremental Conductance + Integral Regulator’ technique” block in the “100-kW Grid-Connected PV Array” model. The Mask Parameters of the block can be viewed by selecting the block and navigating to “Block -> Edit Mask -> Parameters & Dialog”.
You may access the documentation for "Masking Fundamentals" and “100-kW Grid-Connected PV Array” using the following commands in MATLAB R2019b for more details:
% Masking Fundamentals Documentation
web(fullfile(docroot, 'simulink/ug/block-masks.html'))
% 100-kW Grid-Connected PV Array Documentation
web(fullfile(docroot, 'physmod/sps/examples/detailed-model-of-a-100-kw-grid-connected-pv-array.html'))

Catégories

En savoir plus sur Modeling dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by