Wednesday, September 30, 2015

Grab and Release the Mouse/Keyboard in NoMachine

I had an issue with NoMachine set up. The default key was alt+ctrl+left key or zero. But somehow it did not work.

I had a shortcut assigned to speaker volume by alt+ctrl+up arrow. This helped.

One solution is to uncheck the mouse and keyboard "grab" option in the setting.

Thursday, September 10, 2015

Plot Clouds as white pix

Plot Clouds
figure;
c95copy = double(c95)+1;
imagesc(c95copy);
icol = colormap;
icol(64,:) = [1 1 1];
colormap(icol)