photo

JazzMusic


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

Followers: 0   Following: 0

統計

MATLAB Answers

15 質問
0 回答

ランク
238,027
of 300,829

評判
0

コントリビューション
15 質問
0 回答

回答採用率
53.33%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,210

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to use Matlabs perfcurve and confusion.getMatrix for ROC curves and confusion matrices [on hold]
I am trying to use matlab in order to plot the ROC curve for Data of signal detection (audio signal detected by mouse). I used ...

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

0

回答

質問


How to understand the sound parameters so that it can be reproduced in Matlab
I am reading a paper called "Mouse Auditory Brainstem Response Testing". In order to make the experiment myself I would like to...

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

1

回答

質問


How to draw “multidimensional” graphs in Matlab. (i.e. each dot represents a confusion 2x2 matrix)
I run experiments and analyze the data with Matlab. currently, I have results of success rates arranged by sessions. (one dot ...

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

0

回答

質問


real part of a complex number
Hi, I am trying to get the real part of a complex number and my matlab gives error. for example: I write: Z = 2+...

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

1

回答

質問


Is there a way to open *.mat file as a text file
Hi, A few days ago, at the end of the day, I saved my command line space by standing on it and clicking ctrl+s. I didn't n...

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

1

回答

質問


How to get and plot correlation coefficient matrix as a one dimentional function of the random vectors differences
Hi, I have a correlation coefficient matrix for two random vectors (size 94x94). The matrix enterences are numbered as angel...

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

0

回答

質問


A function in file exchange which is not clear to me
Hi, I am running a matlab file which is using <https://www.mathworks.com/matlabcentral/fileexchange/4481-bivnor/content/bivno...

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

1

回答

質問


problems in downloading matlab psychtoolbox matlab R2014b
Hi, I am trying to download mathlab psychtoolbox on windows. I followed the instructions here: <http://psychtoolbox.org/do...

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

1

回答

質問


How to refer the figure name in matlab
Hi, I would like to define a figure and then for that specific figure do some things. Foe example: I would like to vreat a di...

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

3

回答

質問


Given two arrays A and B, how to get B values which are the closest to A.
Suppose I have two arrays ordered in an ascending order, i.e.: A = [1 5 7], B = [1 2 3 6 9 10] I would like to create fro...

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

1

回答

質問


How to creat a four dimentional (from a vector) matrix and reset it's 'lower triangle'
Hi, I am trying to get a 4 dimentional matrix out of a vector and then reset it's 'lower triangel'. for example, if my ori...

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

2

回答

質問


How to reset the 'lower triangle' of a 3 dimentional matrix
Hi, I need to reset the 'lower triangle' of a 3 dimentional matrix. This means, that if the original matrix is: C(:,:...

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

1

回答

質問


How to multiply a vector 3 times to get a 3 dimentional matrix
Hi, Suppose I have a vector B = [1 2 3]. Then B*B' = [1*1 1*2 1*3 ; 2*1 2*2 2*3 ; 3*1 3*2 3*3] Now, I need to multiply...

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

1

回答

質問


How to creat an array (k,1) of ordered pairs fro an array (k,2)?
For example I have: [1 3; 2 4; 2 5; 3 3] and would like to have: [(1,3);(2,4);(2,5);(3,3)] I actually need to take two arr...

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

1

回答

質問


How to find indexes of 10 maximal valuse in a given NxN (symetric) matrix?
I have a matrix which state (in each enterence (i,j)) the correlations of the (i,j) pair. I want the indexes of 10 pairs with m...

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

1

回答