> 数学 >
matlab semilogx(x) semilogy(x) 用法.对应的值是怎么取的,例子说明,
>> x = 0:.1:10;
>> plot(x)
>> figure,semilogx(x)
>> figure,semilogy(x)
这个程序运行完后那个轴上的数十怎么计算得到的,
人气:460 ℃ 时间:2020-10-01 15:44:37
解答
semilogx(x) semilogy(x)
是按照对数来取值的,semilogx(x) x轴取对数,y仍然是普通的坐标,同理,y
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版