matlab read file

大家好,这里是记录matlab programming,因为要用fft,所以matlab比较方便些。

读取文件有dlmread, load fgetl textread等多种读文件的API,但是由于我生成的序列数据并非完全一样长,有点偏差,
load dlmread 都是读取matrix数据的,因此只能老老实实用fgetl 一行一行来

dlmwrite 前面是-append, 后面参数列表要每个属性对应一个
dlmwrite(‘FourierFeature.txt’,FourierFeature,’-append’,’delimiter’,’\t’);

Git用法
…or create a new repository on the command line

echo # MCluster_VS2010 >> README.md
git init
git add README.md
git commit -m “first commit”
git remote add origin git@github.com:zhangruichang/MCluster_VS2010.git
git push -u origin master
…or push an existing repository from the command line

git remote add origin git@github.com:zhangruichang/MCluster_VS2010.git
git push -u origin master
…or import code from another repository

You can initialize this repository with code from a Subversion, Mercurial, or TFS project.

Import code

Posted by richard爱闹 - 1月 25 2015
如需转载,请注明: 本文来自 Richard