photo

Victor


Last seen: oltre 3 anni fa Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

7 Domande
2 Risposte

RANK
23.142
of 297.457

REPUTAZIONE
2

CONTRIBUTI
7 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
14.29%

VOTI RICEVUTI
2

RANK
 of 20.438

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 158.938

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

  • First Review
  • Thankful Level 1
  • Revival Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Bug with mean() on floating point vector elements
Can someone explain this bug? a = rand(100,1); mean(a(4), a(6)) Output: Error using sum Dimension argument mu...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


What are the main reasons why you don't switch to Julia language and stay in MATLAB?
The main reason for me is lack of simple tools for creating GUI and plot interactions (zoom, pan, sliders, etc.).

oltre 7 anni fa | 1 risposta | 2

1

risposta

Domanda


Matlab Table / Dataset type optimization
I am searching some optimized datatypes for "observations-variables" table in Matlab, that can be fast and easily accessed by co...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Error while redefining subsref for object, if there are methods with no output arguments
I am trying to redefine brackets operator for my class, as written here: <https://www.mathworks.com/help/matlab/matlab_oop/code-...

quasi 8 anni fa | 0 risposte | 0

0

risposte

Risposto
About Switch case construction.
In a single switch-case construction you can go only to one of the cases. Check this code and change 2.0 to 2: S = 2; sw...

circa 8 anni fa | 0

Domanda


Matlab Coder: dll with several external functions for singletone class
I'm trying to generate dll library for a custom Matlab class, that can have its internal states and several external functions (...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Example: Real-Time ECG QRS Detection - style of coding real-time detector algorithms
There is an example of real-time QRS detection algorithm: ex_ecg_sigprocessing I should say that in biomedical signal p...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Risposto
How to compute sliding or running window correlation coefficient?
For a fast computation you can implement moving sums of X and X^2 for both signals, then obtain moving averages and variances as...

oltre 8 anni fa | 0

Domanda


Matlab DSP System Toolbox for complex algorithm design
So far I was prototyping in Matlab some signal processing algorithms for biomedical applications. It looks like a batch of .m fu...

oltre 8 anni fa | 0 risposte | 0

0

risposte