![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2331575.jpg)
Wonsang You
Children's National Medical Center
Followers: 0 Following: 0
I have researched on the branch of neuroimaging, signal processing, and computer vision. My recent research interests include resting state fMRI analysis, and functional brain network modeling. Professional Interests: Neuroimaging, signal processing
統計
All
Feeds
送信済み
nonfractal
The MATLAB Toolbox for estimating the memory parameter (Hurst exponent), nonfractal connectivity and fractal connectivity
6年以上 前 | ダウンロード 2 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/83f52ab3-7f3f-46a0-8780-4e29a145beb3/d2b29cbc-a32f-49f5-9d09-8cde29bff777/images/screenshot.png)
回答済み
I dont know how to script this operation.
Try the following code. function s = sumUp(X) s = 0; for s=1:length(X) s = s + X(s); end end
I dont know how to script this operation.
Try the following code. function s = sumUp(X) s = 0; for s=1:length(X) s = s + X(s); end end
7年以上 前 | 1
| 採用済み
回答済み
Error when using Max command in a function
Your function has no logical problem. Please make sure your argument y should be a numerical vector not logical.
Error when using Max command in a function
Your function has no logical problem. Please make sure your argument y should be a numerical vector not logical.
7年以上 前 | 1
| 採用済み
回答済み
How to assign variables to imported data columns
Let's assume that you have the text file, including numbers of 4000 rows and 2 columns, called "data.txt". Then, try the followi...
How to assign variables to imported data columns
Let's assume that you have the text file, including numbers of 4000 rows and 2 columns, called "data.txt". Then, try the followi...
7年以上 前 | 11
| 採用済み
質問
Speed up loading a single variable from a large mat file
I was trying to load a single variable 'data' from a large .mat file (>2GB) using the following command in MATLAB R2016b on Mac ...
7年以上 前 | 1 件の回答 | 0
1
回答解決済み
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
7年以上 前
回答済み
Generate comma separated list in single line of code?
Please try the following command. subsref(repmat({'A'},1,4),struct('type','()','subs',{{':'}}))
Generate comma separated list in single line of code?
Please try the following command. subsref(repmat({'A'},1,4),struct('type','()','subs',{{':'}}))
7年以上 前 | 1
回答済み
how to append variables in a specific .mat file in a specific path
Assume that you want to save Var into 'data.mat'. Run the following code. Var = 3; A = load('data.mat'); save('...
how to append variables in a specific .mat file in a specific path
Assume that you want to save Var into 'data.mat'. Run the following code. Var = 3; A = load('data.mat'); save('...
7年以上 前 | 0
質問
Error in Installing MinGW-w64 C/C++ Compiler
To install the MinGW-w64 C/C++ Compiler on Windows 10 with MATLAB R2016b, I used the Add-Ons menu. However, I got the following ...
約8年 前 | 1 件の回答 | 1
1
回答回答済み
How to use function?
A lot of computer vison-based methods are present. Example codes can be downloaded from the <http://www.mathworks.com/matlabcen...
How to use function?
A lot of computer vison-based methods are present. Example codes can be downloaded from the <http://www.mathworks.com/matlabcen...
8年以上 前 | 0
| 採用済み
送信済み
DICOM to NIfTI Converter for 4D Data
DICOM to NIfTI Converter for 4D Data
8年以上 前 | ダウンロード 1 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/58239/versions/2/screenshot.png)
送信済み
Easy Bandpass Filter
Simplified band-pass filtering without external toolboxes.
8年以上 前 | ダウンロード 4 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/58219/versions/2/screenshot.png)
回答済み
MATLAB is running really slow.
If you had a parallel computing toolbox as well as its compatible hardware (either CPUs or GPUs), you could be helpful to accele...
MATLAB is running really slow.
If you had a parallel computing toolbox as well as its compatible hardware (either CPUs or GPUs), you could be helpful to accele...
11年弱 前 | 0
質問
Gamma divergence
Dear MATLAB advanced users, I am wondering about whether there exist any MATLAB implementation of the Gamma divergence. I wis...
約13年 前 | 0 件の回答 | 0
0
回答送信済み
Microsoft Visual Studio 2010 Professional x64 Support Files for MATLAB
MEX setup files for 64-bit Microsoft Visual Studio 2010 Professional.
13年以上 前 | ダウンロード 2 件 |