Open
Description
I have tried your great program on two computers, each running 64bit Windows 7 with MATLAB R2011a. On one of them everything works well, while on the second one, the rm
system command is not recognised when used in rm_idtf
located in fig2u3d.m
. I searched the net and it turned out, that the Windows equivalent of rm
is del
. So I made that change and after that everything works. Why is it that rm
works on one computer, and does not on the other one running the same OS and MATLAB?