I am currently trying to run this repo https://github.com/Fanziapril/mvfnet which requires a step:
"Run the Matlab/ModelGeneration/ModelGenerate.m to generate the shape
model "Model_Shape.mat" and copy it to the Matlab/"
Is it possible to run a .m file in colab to do this?
Also, I have looked into oct2py library https://blink1073.github.io/oct2py/, but was not able to successfully run the file. I followed this How to run a MATLAB code on Python
!matlab file.m(basically replace matlab with maybe octave or some other MATLAB compiler which can be installed in Colab, and you use exclamation mark before the command to indicate it is to be run like a bash command).