I'm trying to load what equates to a configuration file of csv format into my matlab work space. I have numerous variables that are essentially hard coded. To help the end user I want to import these variables from an excel file so that should any of them change the end user only needs to edit the excel file and doesn't need to worry about anything going on under the hood. From there simulink can grab the variables it needs from the workspace.
Short of using the "eval" function in matlab i havent figured out a way to do this. I'm extremely hesitant to use eval for all of the standard reasons. Any suggestions? I can't find any good documentation on this even though this seems like a relatively standard request.