matlab绘制函数 一个数的分数次方

matlab输入一个数的数分数次方

>> y3=exp(1).^x-x-1;
>> plot(x,y3)
>> 
>> y4=x.^(2/3);
>> 
>> plot(x,y4)

 

posted @ 2020-08-25 22:47  西北逍遥  阅读(1914)  评论(0编辑  收藏  举报