Beantwortet Help vectorize my poor code or make it faster
If your y and z values are all integers then I think this will work in place of the nested for loops:
idx = sub2ind(size(ma...
Beantwortet Log scale graphic with negative value
When you choose "log" as the scale for an axis, Matlab either chooses to use log10(x) or -log10(-x) as the transform, depending ...
Beantwortet data cursor errer
This error is caused by having a script called "line" on the MATLAB path and this is "shadowing" the built-in MATLAB line functi...