Community Profile

photo

Barbaros Teoman Kosoglu


Last seen: 10 días hace Con actividad desde 2022

Estadísticas

  • Thankful Level 2

Ver insignias

Content Feed

Ver por

Pregunta


How can I create a for loop when the range is changing
Hello, I have a code as following. Code works as intended it sorts the elements as I want. After that I want to print the firs...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Tic toc without output
I want to use tic toc to calculate time. But when the matrix is getting bigger the command window becomes unreadable. So is ther...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I nest a function in a function?
function AD = AD(n) A = zeros(n); for i=1:n for j=1:n A(i,j) = 1/(i+j-1); end end ...

más de 1 año hace | 2 respuestas | 0

2

respuestas