Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dynare
dynare
Commits
d4e3dbe3
Commit
d4e3dbe3
authored
Oct 16, 2017
by
Stéphane Adjemian (Charybdis)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes
#1541
.
parent
7a08b73d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
matlab/missing/isfile/isfile.m
matlab/missing/isfile/isfile.m
+1
-1
No files found.
matlab/missing/isfile/isfile.m
View file @
d4e3dbe3
...
...
@@ -49,7 +49,7 @@ cellofstringflag = false;
n
=
1
;
a
=
false
;
if
isstring
(
b
)
&&
length
(
b
)
>
1
&&
isvector
(
b
)
if
~
isoctave
()
&&
isstring
(
b
)
&&
length
(
b
)
>
1
&&
isvector
(
b
)
n
=
length
(
b
);
stringarrayflag
=
true
;
a
=
false
(
size
(
b
));
...
...
Write
Preview
Markdown
is supported
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