photo

Udo Ruprecht


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


normal logarithm imaginary number problem
Hello, i have a problem. If i want to calculate the normal logarithm with an exponent. (log(0.5))^(1/1.55) or (-...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
In MATLAB, is there a way to set the GRID at a spacing different from the ticks on the axes?
I have another idea x=[20:0.1:80]; y=sin(x); plot(x,y,'r','Linewidth',2) ylim([0 4]); xlim([0 100]); % gri...

9 years 前 | 13