C/C++
文章平均质量分 67
sh20100621
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
DevTools for C/C++, Fortran, and Matlab
For Window 10 OS: o Matlab 2017b *install process ref. to https://blog.youkuaiyun.com/sum_mer521/article/details/78889495 o Use MKL 2018 in Microsoft Visual Studio 2013 for C/C++ *install process ref. t...原创 2018-06-16 12:49:29 · 279 阅读 · 2 评论 -
Write data to text file in C/C++, Fortran, and Matlab
% http://www.mathworks.com/help/matlab/ref/fprintf.html % http://www.mathworks.com/help/matlab/ref/sprintf.html x = 0:.1:2*pi; A = [x; sin(x)];fileID = fopen('myfile.out','w'); fprintf(fileID,'%6.2...原创 2018-06-16 14:04:05 · 117 阅读 · 2 评论
分享