photo

Weisz Thomas


Last seen: 3 Monate vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


i need help balancing the inner matrix dimensions of the two sine functions .
function mul_sines(f1,f2) t=0:0.01:20; s=sin(f1*t)*sin(f2*t+pi); plot(t,s)

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can i make the centre elements of a matrix to become zeros
I am writting a function that takes an n-by-m matrix and and an odd interger k as input arguments. both n and m are odd numbers ...

mehr als 5 Jahre vor | 3 Antworten | 0

3

Antworten

2

Antworten

Frage


what are the indices of the middle element of a matrix
Write a function called zero_middlethat takes an n-by-mmatrix as an input where both nand mare odd numbers (the function does ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort