由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - question help!!
相关主题
[转载] How to implement the "Contour" command这里哪些方向在工业界比较有前途?
一个简单的算法问题? (转载)请教个问题 (转载)
如何比较C, C++ 和JAVA???intern 电话面试 (转载)
【请教】fscanf 和 fstream 哪一个更好? (转载)问个关于socket问题
a weak question on system callJob opportunities with a leading software company (转载)
[转载] Scheme 编程问题求教SIGMOD里的DEMO是啥意思?
LAPACK++ or TNT?需要一个ransac的implementation
请 CMU 的兄弟姐妹们帮忙PhD做的东西水平太烂,咋办
相关话题的讨论汇总
话题: question话题: perl2话题: run话题: fid话题: code
进入CS版参与讨论
1 (共1页)
f******e
发帖数: 921
1
I have a perl code, suppose the code file is "H.bg", I will run the code
like this way: ../Perl2/BNG2.pl H.bg, then it will output a data file
called: H.data.
Since I want to run it 10 times automatically and take one row of data
out. So, I want to use Matlab to implement it,
for i=1:10
../Perl2/BNG2.pl H.bg
fid=fopen('H.data','r');
a = fscanf (fid, '%f');
A(i)=a(size(a)-4:size(a));
clear a;
end
when I run, it said wrong in 2nd row. Could someone help me? I am not good
at Matlab.Thanks
1 (共1页)
进入CS版参与讨论
相关主题
PhD做的东西水平太烂,咋办a weak question on system call
请教how to implement iterator[转载] Scheme 编程问题求教
前年发的水文一篇竟然有465篇引用了。LAPACK++ or TNT?
云有没有可能代替超级计算机进行科学计算?请 CMU 的兄弟姐妹们帮忙
[转载] How to implement the "Contour" command这里哪些方向在工业界比较有前途?
一个简单的算法问题? (转载)请教个问题 (转载)
如何比较C, C++ 和JAVA???intern 电话面试 (转载)
【请教】fscanf 和 fstream 哪一个更好? (转载)问个关于socket问题
相关话题的讨论汇总
话题: question话题: perl2话题: run话题: fid话题: code