projects
/
scilab.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f371b18bd26cb99ff97d08a3e7665543f9db594d
[scilab.git]
/
scilab
/
modules
/
m2sci
/
tests
/
unit_tests
/
mfilesnoexec
/
CD.m
1
% Test file for function cd()
2
% Copyright INRIA
3
% Matlab version: 6.5.0.180913a (R13)
4
% V.C.
5
6
dirname='~'
7
cd(dirname)
8
cd ~
9
cd ..
10
cd dirname
11
cd 'dirname'
12
cd('dirname')
13
cd
14
wd=cd