dataop=[u_bar v_bar w_bar t_bar uprime_sq_bar vprime_sq_bar wprime_sq_bar tprime_sq_bar ws u_star TKE MF SHF Z_L wind_dir u_var v_var w_var temp_var cd uw_bar vw_bar];
[R C]=size(dataop);
fprintf(fout_10m_half,'%d\t%d\t%d\t%.2f\t',str2double(FYR),str2double(FMTH),str2double(FDTE),str2double(FHR));
for l1=1:6:C
fprintf(fout_10m_half,'%.4f\t',dataop(l1));
end
fprintf(fout_10m_half,'\n');

댓글 수: 3

Azzi Abdelmalek
Azzi Abdelmalek 2016년 7월 22일
Can you be more precise ?
Neha Salim
Neha Salim 2016년 7월 22일
편집: Azzi Abdelmalek 2016년 7월 22일
what does this codes means?
l1=1:6:C ?
Just try it
C=25
l1=1:6:C

댓글을 달려면 로그인하십시오.

 채택된 답변

Thorsten
Thorsten 2016년 7월 22일

1 개 추천

It generates the numbers from 1 up to C, in steps of 6.

추가 답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2016년 7월 22일

0 개 추천

If you mean the fprintf function, you can find the documentation here: http://www.mathworks.com/help/matlab/ref/fprintf.html

카테고리

도움말 센터File Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

질문:

2016년 7월 22일

답변:

2016년 7월 22일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by