Andreas Dorner
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
19.834
of 295.467
REPUTACIÓN
2
CONTRIBUCIONES
3 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
más de 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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 6 años hace | 2 respuestas | 2
2
respuestasPregunta
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...
casi 6 años hace | 1 respuesta | 0