码迷,mamicode.com
首页 > 其他好文 > 详细

MATLAB菜鸟入门笔记【编程习惯】

时间:2017-07-26 23:45:41      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:--   apm   input   nbsp   esc   script   variable   origin   change   

1.编程标记模板

 
%  Script file:temp_conversion.m
%
%  Purepose:
%  To convert an input temperature from degrees Fahrenheit to
%  an output temperature in kelvins.
%
%  Record of revisions:
%   Date            Programmer           Description of change
%  ====          = ========        ===============
%  12/01/97     S.J.Chapman            Original code
%
?fine variables: 
%     temp_f  --Temperature in degrees Fahrenheit
%     temp_k --Temperature in Kelvins

MATLAB菜鸟入门笔记【编程习惯】

标签:--   apm   input   nbsp   esc   script   variable   origin   change   

原文地址:http://www.cnblogs.com/osmondwang/p/7241972.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!