photo

Wonsang You


Children's National Medical Center

Last seen: oltre 3 anni fa Attivo dal 2011

Followers: 0   Following: 0

Messaggio

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

Statistica

All
MATLAB Answers

3 Domande
7 Risposte

File Exchange

5 File

Cody

0 Problemi
1 Soluzione

RANK
1.546
of 300.321

REPUTAZIONE
45

CONTRIBUTI
3 Domande
7 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
15

RANK
3.180 of 20.913

REPUTAZIONE
510

VALUTAZIONE MEDIA
4.50

CONTRIBUTI
5 File

DOWNLOAD
15

ALL TIME DOWNLOAD
4801

RANK
110.713
of 168.093

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 3
  • GitHub Submissions Level 2
  • First Submission
  • Knowledgeable Level 2
  • Thankful Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Inviato


nonfractal
The MATLAB Toolbox for estimating the memory parameter (Hurst exponent), nonfractal connectivity and fractal connectivity

quasi 7 anni fa | 4 download |

0.0 / 5
Thumbnail

Risposto
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

circa 8 anni fa | 1

| accettato

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

circa 8 anni fa | 1

| accettato

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

circa 8 anni fa | 11

| accettato

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Risolto


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

oltre 8 anni fa

Risposto
Generate comma separated list in single line of code?
Please try the following command. subsref(repmat({'A'},1,4),struct('type','()','subs',{{':'}}))

oltre 8 anni fa | 1

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

oltre 8 anni fa | 0

Domanda


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

quasi 9 anni fa | 1 risposta | 1

1

risposta

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

oltre 9 anni fa | 0

| accettato

Inviato


Long Memory
Toolbox for analyzing long memory processes

oltre 9 anni fa | 1 download |

5.0 / 5
Thumbnail

Inviato


DICOM to NIfTI Converter for 4D Data
DICOM to NIfTI Converter for 4D Data

oltre 9 anni fa | 5 download |

0.0 / 5
Thumbnail

Inviato


Easy Bandpass Filter
Simplified band-pass filtering without external toolboxes.

oltre 9 anni fa | 2 download |

4.0 / 5
Thumbnail

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

oltre 11 anni fa | 0

Domanda


Gamma divergence
Dear MATLAB advanced users, I am wondering about whether there exist any MATLAB implementation of the Gamma divergence. I wis...

oltre 13 anni fa | 0 risposte | 0

0

risposte

Inviato


Microsoft Visual Studio 2010 Professional x64 Support Files for MATLAB
MEX setup files for 64-bit Microsoft Visual Studio 2010 Professional.

oltre 14 anni fa | 3 download |

0.0 / 5