So I have a pretty simple question. I have a detailed IF-AND statement, that has a lot of various statements associated with it.
What I do in C# when I have something like this is to simply comment out the lines I don't want to use, and it just ignores that line. But it seems like Matlab doesn't like that.
Basically, I will want to toggle on/off various segments, without having to delete, or move things around. It would be nice if I could just comment out the lines I'd liek to have active.