We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82996c commit c0e61d2Copy full SHA for c0e61d2
1 file changed
README.md
@@ -66,7 +66,7 @@ URL = ['https://repo1.maven.org/maven2/com/diffplug/matsim/matconsolectl/' versi
66
filename = [tempdir '/matconsolectl-' version '.jar'];
67
websave(filename,URL);
68
% add it to the path
69
-javaaddpath([pwd '\' tempdir]);
+javaaddpath([pwd '\' filename]);
70
71
% run it
72
matlabcontrol.demo.DemoMain
0 commit comments