Community Profile

photo

Humza Khan


Last seen: 8 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta