Andreas Dorner
Followers: 0 Following: 0
Statistica
RANK
20.041
of 295.569
REPUTAZIONE
2
CONTRIBUTI
3 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
2
RANK
of 154.105
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
oltre 5 anni fa | 0
Domanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 6 anni fa | 2 risposte | 2
2
risposteDomanda
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...
quasi 6 anni fa | 1 risposta | 0