photo

sznailc


Last seen: oltre un anno fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


I have a mistake in loops
Hello, I have somewhere a mistake that if N = 1000 the output misses some lines (don't know which), so I suppose there's a mista...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Pythagorean triples - wrong output in loop
Hello, I have this piece of code, it computes pythagorean triples, then adds them in a matrix, but in output for some reason it ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to avoid using a loop here?
Hello. I want to do the same thing without a loop. A = zeros(N); for m = 1:N for n = 1:N A(m, n) = 2*N + 1 - (m ...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Remake this without a loop
How to rewrite this without using a loop? Basically I want to replace elements in matrix A with 0, that are equal to any of ele...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


How to create this matrix not using loops and if/else statements?
Hello. I have a problem with creating matrix like this without using loops and if/else statements. It must have 5 columns and N ...

quasi 3 anni fa | 1 risposta | 0

1

risposta