Closed ilcpm closed 4 years ago
when write
fprintf('123abc')
in a test.m file and run the result is
test.m
>> clear functions >> run("d:\Code\matlab\test.m") 123abc>>
the >> symbol should be placed into a new line
>>
maybe to add a '\n' before '>>' after finish running a .m file?
This is corrected in the latest commit, sorry for the delay. It is not on the marketplace yet however.
when write
in a
test.m
file and run the result isthe
>>
symbol should be placed into a new linemaybe to add a '\n' before '>>' after finish running a .m file?