統計
MATLAB Answers
3 質問
0 回答
ランク
of 170,900
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How do you express this function in MATLAB syntax ?
𝑓(𝑥) = e^x + sin(5x) How do you express this function in MATLAB syntax ?
5年以上 前 | 1 件の回答 | 0
1
回答質問
How can ask user to enter values of x and n?
function y = Tsin(x,n) %Tsin calculates the sin using Taylor formula. %Input arguments. %x the angle in degrees, n number of ...
5年以上 前 | 1 件の回答 | 0
1
回答質問
Unrecognized function or variable 'x'.
function y = Tsin(x,n) x=input('Degrees: '); y=input('Terms: '); %Tsin calculates the sin using Taylor formula. %Input argum...
5年以上 前 | 4 件の回答 | 1

