How do I Run a Matlab function from jsl Script.
I Have two pretty beefy codes, one in Matlab that does some very specific Matlab stuff that outputs a csv file. I then also have a jsl script that takes that CSV file and does a bunch of analysis and compiles it all into a journal. What I used to take a week doing, these two codes run will be done in 2 minutes. Perhaps I am getting greedy.But I would love to run JUST my JSL script, where the begin...