Update Coding guidelines authored by Jakob Gabriel's avatar Jakob Gabriel
......@@ -61,7 +61,7 @@
<pre><code>for zIdx = 1:nDisc
[long code]
end % for zIdx = 1:nDisc</code></pre>
- Use uniform colormaps for surfaces. [Viridis](https://de.mathworks.com/matlabcentral/fileexchange/51986-perceptually-uniform-colormaps) is nice, you can find it in the *infinitefirebutterfly/external/DrosteEffect* folder. Add `set(0, 'DefaultFigureColormap', viridis);` to your startup file.
- Use uniform colormaps for surfaces. [Viridis](https://de.mathworks.com/matlabcentral/fileexchange/51986-perceptually-uniform-colormaps) is nice. Add `set(0, 'DefaultFigureColormap', viridis);` to your startup file after adding the linked files to your Matlab path.
- Since many journals are still black-and-white, consider using colors with different brightness.
- You can create shortcuts (`Alt` + `Number`) for your frequently used Matlab scripts and functions, see [Matlab documentation on favorite commands.](https://de.mathworks.com/help/matlab/matlab_env/create-matlab-favorites-to-rerun-commands.html)
......
......