Skip to content
Snippets Groups Projects
Commit 2a48c53f authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Switch to fltk graphics if possible

parent bd6b0d23
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
clear all
close all
if exist('graphics_toolkit','file') graphics_toolkit('fltk') end
x = -200:2:300;
y = -200:2:300;
[X, Y] = meshgrid(x,y);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment