What does this commands mean?
Afficher commentaires plus anciens
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 commentaires
Azzi Abdelmalek
le 22 Juil 2016
Can you be more precise ?
Neha Salim
le 22 Juil 2016
Modifié(e) : Azzi Abdelmalek
le 22 Juil 2016
Azzi Abdelmalek
le 22 Juil 2016
Just try it
C=25
l1=1:6:C
Réponse acceptée
Plus de réponses (1)
Azzi Abdelmalek
le 22 Juil 2016
0 votes
If you mean the fprintf function, you can find the documentation here: http://www.mathworks.com/help/matlab/ref/fprintf.html
1 commentaire
Azzi Abdelmalek
le 22 Juil 2016
If you are new with Matlab, you need to read this http://www.mathworks.com/help/matlab/getting-started-with-matlab.html
Catégories
En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!