photo

Victor


Last seen: mehr als 3 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

7 Fragen
2 Antworten

RANG
23.315
of 298.949

REPUTATION
2

BEITRÄGE
7 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
14.29%

ERHALTENE STIMMEN
2

RANG
 of 20.661

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 162.957

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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.).

mehr als 7 Jahre vor | 1 Antwort | 2

1

Antwort

Frage


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...

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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-...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
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...

mehr als 8 Jahre vor | 0

Frage


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 (...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 8 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
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...

fast 9 Jahre vor | 0

Frage


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...

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten