Community Profile

photo

Bjarke Skogstad Larsen


Aalborg University

Last seen: 8 mesi fa Attivo dal 2016

Statistiche

All
  • Scavenger Finisher
  • Thankful Level 2
  • Knowledgeable Level 2
  • Community Group Solver
  • CUP Challenge Master
  • 5-Star Galaxy Level 3
  • GitHub Submissions Level 2
  • Personal Best Downloads Level 2
  • First Review
  • First Answer
  • First Submission
  • Thankful Level 1

Visualizza badge

Content Feed

Visto da

Risposto
while loop not ending, juz stopped at i = 3
In your code, once the following is true, it is always true, since you don't modify any of the variables inside the 'if' if a(i...

quasi 4 anni fa | 0

Risposto
Is there any faster way (parfor related)?
You could speed this up by pre-allocating memory for A if you know the size of b: A=nan(1000000,5,100); % cumulation matrix pa...

quasi 4 anni fa | 1

| accettato

Risposto
For loop gives the same output
You need to initialize the matrixes: L_D, lamda and cond. Always initialize variables before a loop when you only set part of t...

quasi 4 anni fa | 0

| accettato

Risposto
Incrementing certain values in a matrix for several iterations
I'm not sure exactly what you are trying to achieve but I think I can help you out anyway. You are incrementing vp in each it...

quasi 4 anni fa | 0

| accettato

Domanda


Hittest axes with WindowWheelScrollFcn callback
I am attempting to make a GUI that has interaction using the mouse wheel, and the GUI behavior should depend on which element th...

oltre 5 anni fa | 1 risposta | 1

1

risposta

Domanda


Coefficients from butter function differ between platforms
I've into something I find odd. When comparing results with a colleague, we discovered some differences even though we ran th...

circa 7 anni fa | 1 risposta | 0

1

risposta