Using excel file importing data into a look up table

Hi everyone ,

Can a excel file be loaded in the simulation initialization to use its data in a Look Up Table ? If possible , a sample example along with a brief explanation of it will be very helpful .

Thanks .

Depending on whether you are using the PLECS Standalone or Blockset version, you can read Excel files during initialization using Octave or MATLAB. However, I would recommend converting your data to CSV instead, so you can load it directly with the “From File” block.

Thanks a lot…its working now .