Tag Archives: Matlab
本页面涉及到多个大学和研究机构的数据使用协议等,仅对从事对应研究的人员开发权限。若需获得权限,请联系课题组老师。
采用欧拉算法,求解常微分方程
知识分享计划-IEEE754 单双精度浮点数表示法实例讲解 by Yunqi Liu
IEEE 754 convertor
IEEE 754 convertor能够完成从Float, double到Hex的双向转换。
下载地址:http://pan.baidu.com/s/1mg43YS4
Matlab save, load data from mat file; write matrix to ASCII file
MATLAB Format and Display Precision
MATLAB does its internal arithmetic in IEEE floating point precision using approximately 16 decimal digits, but the default display is only 5 decimal digits, so do not be too concerned about the digits actually displayed as MATLAB output. The display can be changed from the default display (format short) to 15 digit display with exponent by the MATLAB command: Continue reading
Changing Fonts in Matlab Plots
Get every piece of text on the screen to change. Some examples: Continue reading
Matlab中下标、斜体及希腊字母的使用方法
Leave a reply
下面是Matlab官方列出来的Tex代码列表,包含了绝大部分的希腊字母和数学符号。