Humza Khan
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
91,048
of 295,486
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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,...
3 years ago | 1 answer | 0
1
answerQuestion
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 % ...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0