統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,238
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Array processing using Taylor Series and FOR Loops to approximate sin value for each element in that array.
I am using x = [-3:0.5:3] as a test value My code is giving correct sin(x) values for the negative part of this array. However,...
約4年 前 | 1 件の回答 | 0
1
回答質問
Taylor series using For loop to approximate Sin(x).
function y = SIN(x) %SIN This function takes the value and processes the approximate sin %value of that input % ...
約4年 前 | 1 件の回答 | 0
1
回答質問
Adding a row vector into the diagonal of another vector with m, n dimensions using for loop.
Suppose we have a matrix A that is ones(6,8) and another vector b that is [1:10] i want to make a new array (Add_array) using b...
約4年 前 | 1 件の回答 | 0
1
回答質問
Required array is dependent on other arrays
The overall scores out of 100 students is included in the ascii file Scores.txt. The cut-off ratios for the letter grades are P...
約4年 前 | 1 件の回答 | 0

