Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
fa4ad711
Commit
fa4ad711
authored
Jun 24, 2013
by
Sébastien Villemot
Browse files
Under Debian/Octave, matlab2tikz.m is already in the path, so don't add it twice
parent
bd90e738
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_config.m
View file @
fa4ad711
...
...
@@ -172,7 +172,7 @@ end
% matlab2tikz
if
strncmp
(
computer
,
'GLNX'
,
4
)
||
~
isempty
(
regexpi
(
computer
,
'.*linux.*'
,
'once'
))
if
exist
(
'/usr/share/matlab2tikz/matlab2tikz.m'
)
==
2
if
exist
(
'matlab2tikz.m'
)
==
0
&&
exist
(
'/usr/share/matlab2tikz/matlab2tikz.m'
)
==
2
addpath
(
'/usr/share/matlab2tikz'
);
end
elseif
strncmp
(
computer
,
'MACI'
,
4
)
||
~
isempty
(
regexpi
(
computer
,
'.*apple.*'
,
'once'
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment