matlab2cpp
matlab2cpp copied to clipboard
Convertion program from Matlab to C++ using Armadillo
Parsing following code with mconvert: x = cell(1,1); x{1} = 0; gives following error: File "/usr/local/lib/python2.7/dist-packages/matlab2cpp/tree/variables.py", line 109, in assign cur = self.iterate_cell(node, k) AttributeError: 'Builder' object has no attribute...
Hi, I am trying to automatize code conversion from matlab/octave to cpp. Let me put my case in context: - imagine that there is a master code in matlab/octave, that...
Thanks for making this tool. Just a minor note: it appears that the following syntax is not supported: www.mathworks.com/help/matlab/matlab_prog/continue-long-statements-on-multiple-lines.html
Typical for return values. Need size declaration before it is assign. Solve by identifying and creating an error entry in log.
Case: ``` >> A = rand(4,4) A = 0.8147 0.6324 0.9575 0.9572 0.9058 0.0975 0.9649 0.4854 0.1270 0.2785 0.1576 0.8003 0.9134 0.5469 0.9706 0.1419 >> b = [1,2;2,3;3,5] ; >>...
Simula internt ønsker støtte for 'argin' og 'varargin' i oversettelsen. Forslag til implementering: http://www.cplusplus.com/reference/cstdarg/
Any type of retrieval that is nested a = {{{1}}} a{1}{1}{1} Same for structured arrays