LOAD ACTUAL DATA AS INPUT TO PV BLOCK IN SIMULINK

18 ビュー (過去 30 日間)
fahteem anuwar
fahteem anuwar 2019 年 10 月 3 日
コメント済み: Ambe Harrison 2021 年 12 月 4 日
How i can used my actual irradiance and temperature data as an input to PV block?
I have all the data in excel and want to used it to evaluate the performance of PV system.
Thanks.

回答 (1 件)

Rhea Chandy
Rhea Chandy 2020 年 11 月 6 日
Hello!
There are several ways in which you can import excel data and use it in Simulink:
  • Use the From Spreadsheet block in Simulink to read data from Microsoft® Excel® and outputs the data as a signal. Here is a Blog post giving further details on Importing Data From Excel into a simulation using the From Spreadsheet Block.
Or, alternatively, you can import Excel data into MATLAB and then use those MATLAB variables as inputs to Simulink:
  • Use the importdata function in MATLAB and create an array (say ‘A’) of all the values imported and then change the variable name in each block to A(1), A(2),…….A(100)
  • Or similarly, use the Import Tool to import data from a spreadsheet into the MATLAB workspace.
  1 件のコメント
Ambe Harrison
Ambe Harrison 2021 年 12 月 4 日
My Chandy i have the same problem, please have you found out how to do it, please help me out. Email: ambeharrison2000@yahoo.com

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeProgrammatic Model Editing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by