I want to export the current_market.clearing_pricevalue of the market defined as Market1 into the MATLAB link file. I have tried the following export Market1.current_market.clearing_price price
But that gives an error export 'Market1.current_market.clearing_price price' object not found
What is the correct way to export that value? Thanks in advance
EDIT: Fixed
Last edit: Fahim Mashroor 2021-07-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to export the
current_market.clearing_price
value of the market defined as Market1 into the MATLAB link file. I have tried the followingexport Market1.current_market.clearing_price price
But that gives an error
export 'Market1.current_market.clearing_price price' object not found
What is the correct way to export that value? Thanks in advance
EDIT: Fixed
Last edit: Fahim Mashroor 2021-07-26
Hello Fahim,
Just to confirm, is your "EDIT: Fixed" meaning you figured it out, or fixed something in the message and this si still a problem?
-Frank