由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Matlab跑了两天了没有反应
相关主题
偶也问一fortran问题matlab改成C++,还用了号称史上最快的fftw,结果慢了一倍
有人用过Matlab的Compiler吗?或者是否有什么工具能把Matlab程序转成C, C++?Should change "computation" to "matlab computation"
fortran还是matlab?Should I use C or matlab?
Re: matlab和fortran计算结果不一样该相信谁where to down a standard Fortran90 complier?
求教一个Matlab fortran compiler 问题my experience,Re: 我也及问一个问题
谁给说说fortran的几个标准[转载] unix下编译fortran 的错误太多,看不到怎么办?
Parallel computing in Matlabvisual fortran区别6位以上的变量名吗?
[合集] 请教c下面大数祖问题Re: f90 and mpi
相关话题的讨论汇总
话题: matlab话题: program话题: some话题: 显示话题: 程序
进入Computation版参与讨论
1 (共1页)
f*******t
发帖数: 84
1
跑一个很大的simulation,2天了,我算着该跑完了,现在matlab程序窗口不显示东西
了,任务管理显示not responding, 但是显示cpu占用率还是很高。大家说是不是死了
?还是继续等?是winxp下的。
s**b
发帖数: 169
2
keep waiting

【在 f*******t 的大作中提到】
: 跑一个很大的simulation,2天了,我算着该跑完了,现在matlab程序窗口不显示东西
: 了,任务管理显示not responding, 但是显示cpu占用率还是很高。大家说是不是死了
: ?还是继续等?是winxp下的。

g****y
发帖数: 199
3
it's normal when you run a time consuming prgram in matlab. just wait for a
while. my suggestions are: (1) run the program with some similar but small t
ests first, then you can get a good estimation of the time of the real one.(
2) add some lines in the code to output some indicators, such as the # of it
erations, so you will know what steps it currently on.

【在 f*******t 的大作中提到】
: 跑一个很大的simulation,2天了,我算着该跑完了,现在matlab程序窗口不显示东西
: 了,任务管理显示not responding, 但是显示cpu占用率还是很高。大家说是不是死了
: ?还是继续等?是winxp下的。

j**u
发帖数: 6059
4
Agree. BTW: you'd better write the indicators to a small .txt file
because sometimes the matlab program doesn't respond during a large scale
calculation.

a
t
.(
it

【在 g****y 的大作中提到】
: it's normal when you run a time consuming prgram in matlab. just wait for a
: while. my suggestions are: (1) run the program with some similar but small t
: ests first, then you can get a good estimation of the time of the real one.(
: 2) add some lines in the code to output some indicators, such as the # of it
: erations, so you will know what steps it currently on.

f*******t
发帖数: 84
5
thanks a lot, it is a great idea to give an output, i do it next time.
luckily, the program is not dead, it came out this morning:)
m***e
发帖数: 181
6
哪有用matlab做科学计算的?这不是笑话吗?
要么用C++,要么FORTORN
j**u
发帖数: 6059
7
计算量不是很大的话,是可以忍受的

【在 m***e 的大作中提到】
: 哪有用matlab做科学计算的?这不是笑话吗?
: 要么用C++,要么FORTORN

s**b
发帖数: 169
8
matlab调试还是很方便的,而且
大规模计算并不是人人都需要的

【在 m***e 的大作中提到】
: 哪有用matlab做科学计算的?这不是笑话吗?
: 要么用C++,要么FORTORN

j**u
发帖数: 6059
9
nod

【在 s**b 的大作中提到】
: matlab调试还是很方便的,而且
: 大规模计算并不是人人都需要的

m***e
发帖数: 181
10

他明明跑了两天了还没出结果
对于我来说,半个小时一上的都不能用matlab

【在 j**u 的大作中提到】
: 计算量不是很大的话,是可以忍受的
相关主题
谁给说说fortran的几个标准matlab改成C++,还用了号称史上最快的fftw,结果慢了一倍
Parallel computing in MatlabShould change "computation" to "matlab computation"
[合集] 请教c下面大数祖问题Should I use C or matlab?
进入Computation版参与讨论
s**b
发帖数: 169
11
跑一跑才知道matlab需要多久阿。
matlab跑几天不算什么,我一般就用matlab跑几天的程序,
反正我不急等着结果

【在 m***e 的大作中提到】
:
: 他明明跑了两天了还没出结果
: 对于我来说,半个小时一上的都不能用matlab

A*******l
发帖数: 40
12
matlab有很多现成的函数啊,编程比较方便,
何况lz估计对运行速度要求并不高

【在 m***e 的大作中提到】
:
: 他明明跑了两天了还没出结果
: 对于我来说,半个小时一上的都不能用matlab

k******n
发帖数: 35
13
For some matrix computations, Matlab would be as fast as C/FORTRAN.
p*******y
发帖数: 18288
14
很好的建议,谢谢

a
t
.(
it

【在 g****y 的大作中提到】
: it's normal when you run a time consuming prgram in matlab. just wait for a
: while. my suggestions are: (1) run the program with some similar but small t
: ests first, then you can get a good estimation of the time of the real one.(
: 2) add some lines in the code to output some indicators, such as the # of it
: erations, so you will know what steps it currently on.

p*******y
发帖数: 18288
15
太汗了,
我们的流行做法是,去喝杯咖啡,吃个午饭,让matlab自己在那儿干活儿

【在 m***e 的大作中提到】
:
: 他明明跑了两天了还没出结果
: 对于我来说,半个小时一上的都不能用matlab

w**********s
发帖数: 179
16
这么大的最好上Server上跑。实在需要的PC上跑的,中间多加输出Message。
j**u
发帖数: 6059
17
要写文件,输出message不好,因为常常整个matlab都没有反应。

【在 w**********s 的大作中提到】
: 这么大的最好上Server上跑。实在需要的PC上跑的,中间多加输出Message。
o****r
发帖数: 57
18
听说Matlab出了个软件, 叫做Matlab Compiler. 可以把Matlab程序编译成可执行文件
, 直接脱离Matlab进行运算, 速度很快。
不知道有谁用过?说说感受吧。
f*******7
发帖数: 269
19
一条建议,如果可能,每过一定iteration,把中间结果存一下,万一死了,
可以调出来接着运行
c*u
发帖数: 916
20
matlab compiler 对于速度毫无帮助.Matlab本身要花多少时间,compile后的
.exe要花几乎完全同样多的时间.
matlab compiler之所以存在是为了不买额外的license的情况下运行一些matlab
程序,比如你写了一个GUI,想在一个没装matlab的计算机上使用.

【在 o****r 的大作中提到】
: 听说Matlab出了个软件, 叫做Matlab Compiler. 可以把Matlab程序编译成可执行文件
: , 直接脱离Matlab进行运算, 速度很快。
: 不知道有谁用过?说说感受吧。

相关主题
where to down a standard Fortran90 complier?visual fortran区别6位以上的变量名吗?
my experience,Re: 我也及问一个问题Re: f90 and mpi
[转载] unix下编译fortran 的错误太多,看不到怎么办?谁最近买国FORTRAN的COMPILER,FOR WINDOWS,请介绍一下。
进入Computation版参与讨论
s*****o
发帖数: 26
21
据我和别人的经验,这个没有什么帮助。好处就是不需要Matlab,也可以运行你的程序
,但是速度还是慢。

【在 o****r 的大作中提到】
: 听说Matlab出了个软件, 叫做Matlab Compiler. 可以把Matlab程序编译成可执行文件
: , 直接脱离Matlab进行运算, 速度很快。
: 不知道有谁用过?说说感受吧。

E*****d
发帖数: 238
22
这个compiler是那个mcc嘛?

【在 c*u 的大作中提到】
: matlab compiler 对于速度毫无帮助.Matlab本身要花多少时间,compile后的
: .exe要花几乎完全同样多的时间.
: matlab compiler之所以存在是为了不买额外的license的情况下运行一些matlab
: 程序,比如你写了一个GUI,想在一个没装matlab的计算机上使用.

d******n
发帖数: 42
23
I don't believe Matlab is good for debugging...
because its language is too much flexible, sometimes, you make an error, yet
the program is still able to run but give you totally nonsense.
I prefer the language that has lower tolerance.
s*******n
发帖数: 121
24
matlab对付5000×5000的matrix如何?用xcorr2命令好像就死机了,老半天没反应。
pentium(R)4 CPU 3.2G,2G RAM.升级一下机器如何?1k一下不带显示器的有什么推荐
?多谢。
1 (共1页)
进入Computation版参与讨论
相关主题
Re: f90 and mpi求教一个Matlab fortran compiler 问题
谁最近买国FORTRAN的COMPILER,FOR WINDOWS,请介绍一下。谁给说说fortran的几个标准
老板的程序在unix上运行没问题Parallel computing in Matlab
benchmark of ifc and g77[合集] 请教c下面大数祖问题
偶也问一fortran问题matlab改成C++,还用了号称史上最快的fftw,结果慢了一倍
有人用过Matlab的Compiler吗?或者是否有什么工具能把Matlab程序转成C, C++?Should change "computation" to "matlab computation"
fortran还是matlab?Should I use C or matlab?
Re: matlab和fortran计算结果不一样该相信谁where to down a standard Fortran90 complier?
相关话题的讨论汇总
话题: matlab话题: program话题: some话题: 显示话题: 程序