photo

Victor


Last seen: 約4年 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
2 回答

ランク
23,464
of 300,756

評判
2

コントリビューション
7 質問
2 回答

回答採用率
14.29%

獲得投票数
2

ランク
 of 21,077

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,890

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

質問


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

約8年 前 | 1 件の回答 | 0

1

回答

質問


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

約8年 前 | 1 件の回答 | 2

1

回答

質問


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

8年以上 前 | 2 件の回答 | 0

2

回答

質問


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

8年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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...

9年弱 前 | 0

質問


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

9年弱 前 | 1 件の回答 | 0

1

回答

質問


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

約9年 前 | 0 件の回答 | 0

0

回答

回答済み
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...

9年以上 前 | 0

質問


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

9年以上 前 | 0 件の回答 | 0

0

回答