由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 在matlab中如何运行不在current working directory中的script?
相关主题
what does this mean?请教一个python urlopen的问题
用什么算法能减少这个循环里的运算量?Help: undefined symbol
其实到今天也没真正搞懂数组参数的传递问题*** help needed! on MATLAB GUI ***
Switch from Matlab to C(C++)?what's wrong with this scripts?variable passing?
想把项目的code全部从matlab转到C++可行吗?cgi测试newbee问题
问一个 copy constructor 的问题 (C++)remove a module from cvs
should the .dll and .lib have the same name?sdk那个register directories with vs有什么用?
a PERL opendir/readdir question新手弱问:怎么让VC记住新添加的库文件?
相关话题的讨论汇总
话题: work话题: directory话题: matlab话题: script话题: data1
进入Programming版参与讨论
1 (共1页)
z****u
发帖数: 23
1
在matlab中如何运行不在current working directory中的script?
比方说现在的working directory是"C:\Program\Files\MATLAB\R2007b\work", 在\
work下面有一些文件夹,比方说有\work\data1,\work\data2等等,里面都有一些
script,比方是\work\data1\code1, \work\data2\code2。能在\work里写个script,
运行\work\data1\code1, \work\data2\code2吗?
多谢多谢!
l***g
发帖数: 1035
2
help eval

【在 z****u 的大作中提到】
: 在matlab中如何运行不在current working directory中的script?
: 比方说现在的working directory是"C:\Program\Files\MATLAB\R2007b\work", 在\
: work下面有一些文件夹,比方说有\work\data1,\work\data2等等,里面都有一些
: script,比方是\work\data1\code1, \work\data2\code2。能在\work里写个script,
: 运行\work\data1\code1, \work\data2\code2吗?
: 多谢多谢!

e*******e
发帖数: 1837
3
help addpath
you may want to try this: addpath(genpath('your dir'))

【在 z****u 的大作中提到】
: 在matlab中如何运行不在current working directory中的script?
: 比方说现在的working directory是"C:\Program\Files\MATLAB\R2007b\work", 在\
: work下面有一些文件夹,比方说有\work\data1,\work\data2等等,里面都有一些
: script,比方是\work\data1\code1, \work\data2\code2。能在\work里写个script,
: 运行\work\data1\code1, \work\data2\code2吗?
: 多谢多谢!

1 (共1页)
进入Programming版参与讨论
相关主题
新手弱问:怎么让VC记住新添加的库文件?想把项目的code全部从matlab转到C++可行吗?
How to fix this? /bin/ls: Argument list too long问一个 copy constructor 的问题 (C++)
请教一个弱弱问题,关于#include的pathnameshould the .dll and .lib have the same name?
how to include header file in other directory?a PERL opendir/readdir question
what does this mean?请教一个python urlopen的问题
用什么算法能减少这个循环里的运算量?Help: undefined symbol
其实到今天也没真正搞懂数组参数的传递问题*** help needed! on MATLAB GUI ***
Switch from Matlab to C(C++)?what's wrong with this scripts?variable passing?
相关话题的讨论汇总
话题: work话题: directory话题: matlab话题: script话题: data1