matlab画图插入公式
% 带'latex'属性的,新版本matlab
1=2; x=-x1:0.01:x1; plot(x,exp(x),'r') text(-1.5,7, '$y=e^{x}$', 'Interpreter', 'latex','FontSize', 24); hold off % 不带'latex'属性的,新/老版本matlab
% 直接写公式,()改成{} 就行 x2=2; x=-x2:0.01:x2 plot(x,exp(-x.^2),'r') text(-1.8,0.8, 'y = e^{-x^2}','FontSize', 24); hold off
还没人转发这篇日记
Dustin的最新日记 · · · · · · ( 全部 )
- 目录 An Introduction to Finite Element Analysis Using Matlab Tools (Shuvra Das)
- 目录 Practical Programming of Finite Element Procedures for Solids and Structures with MATLAB-From Ela
- 目录 Introduction to the Finite Element Method and Implementation with MATLAB®
- 中文目录 :The finite element method basic concepts and applications
热门话题 · · · · · · ( 去话题广场 )
-
加载中...