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 (-...

約10年 前 | 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...

約10年 前 | 14