MATLAB菜鸟入门笔记编程习惯
Posted osmondwang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MATLAB菜鸟入门笔记编程习惯相关的知识,希望对你有一定的参考价值。
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菜鸟入门笔记编程习惯的主要内容,如果未能解决你的问题,请参考以下文章
shell从入门到精通(32)优秀的shell编程习惯和规范