Community Profile

photo

Andreas Dorner


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • First Review
  • First Answer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
How to convert a grid reference, e.g A6, to a 10X10 matrix row and column index, e.g 1,6 by creating your own function?
function [Row,Column]= grid_reference_converter(grid_reference) Row = double(upper(grid_reference(1)))-64; Column = str2double...

casi 5 años hace | 0

Pregunta


Input of linebreak into sprintf?
Hello, i want to input a linebreak ( via '\n' ) into a string. I mean something like this: a =sprintf('A%sA', '\n'); %thi...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Basic power rule ((a^b)^c = a^(b*c)) does not work
Just cracked down a large problem in my code to a strange phenomenon. A very simple power rule doesn't seem to work here. b = 5...

alrededor de 5 años hace | 2 respuestas | 2

2

respuestas

Pregunta


Speed up big matrix multiplication (Parallel Processing/GPU)
Hello there, below is the code i want to run. The rand()-calls are only for code simplicity. In my code the variables obviously...

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

1

respuesta