Matlab 3D绘图具有2个可变的不同范围

时间:2015-03-08 04:54:23

标签: matlab plot 3d equation

使用Matlab绘制此图,其功能如下:

R(t1,t2)= 0 ........ t1 <0或t2 <0

       = 1 ...... t1>T and t2>T

       = min(t1,t2)/T , otherwise

T是时间间隔

1 个答案:

答案 0 :(得分:0)

我终于解决了使用linspace形成网格并使用if条件绘制方程的方法。