photo

ebrahimina


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How do I use Greek letters in fprintf ? Since fprintf uses \ in its argument, I cant write Greek letters in it. Thanks
fprintf(' \lambda %g\t',10) Warning: Escape sequence 'l' is not valid.See 'help sprint' for valid escape sequences.

7年以上 前 | 5 件の回答 | 3

5

回答

質問


I solve this equation and only get one answer zero. how can I find more answers for x ? For example some other answers are 3.9887 ; 7.1025 ; 10.2340; 13.3701 . Thanks
syms x solve (1-cos(x)*cosh(x)+2*x*(sin(x)*cosh(x)-cos(x)*sinh(x)),x) ans= 0

7年以上 前 | 1 件の回答 | 0

1

回答