
Edgar Guevara
CONACYT-UASLP, CIACYT
Edgar Guevara is currently a CONACYT research fellow at CIACYT-UASLP. His research areas are optical imaging, functional connectivity, spectroscopy and biomedical signal processing. His current research interests are in non-invasive medical diagnosis. His past work includes research in epilepsy, cardiovascular disease, spinal cord injury and white matter injury in newborns. He received his PhD degree in Biomedical Engineering at École Polytechnique de Montréal in 2014, with a special mention of the jury.
https://sites.google.com/site/edgarguevara/
Statistics
RANK
3 716
of 257 678
REPUTATION
10
CONTRIBUTIONS
0 Questions
7 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
485 of 17 755
REPUTATION
3 244
AVERAGE RATING
4.60
CONTRIBUTIONS
14 Files
DOWNLOADS
97
ALL TIME DOWNLOADS
30794
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Finding the t values of the Student's t test (t1-α,ν)
The t-value is inside the STAT structure, consider the following example: X = rand([100, 1]); Y = rand([100, 1]); [H,P,CI,STA...
presque 2 ans ago | 0
Plotting 2 lines in the same graph
Modify the last lines of your code: disp(['Time taken to reach ground (with NO drag) = ', num2str(t), ' seconds']) disp(['Tota...
presque 2 ans ago | 0
plotting frequency distribution of fft2 transformed image...
I believe that the following example may be useful: % spatial frequency (SF) filtering clear; close all; clc; filename = 'ima...
environ 2 ans ago | 0
how to display spectrogram of a audio in App Designer
Dear Austin, You need to specify which axes will be used for plotting, inside a callback for plotting such spectrogram, you m...
plus de 3 ans ago | 1
| accepted
i can't locate matlab2015\sys\os folder in matlab2015 and keep getting error [matlab has encountered an internal problem and needs to close 2015]
Try looking in your folder C:\Program Files\MATLAB\R2015\sys
plus de 3 ans ago | 0
Why isn't my line visible on this graph?
Hi lmhall, The circle should be defined as a function of a vector (small *t*), not the 2-Dgrid (capital *T*), so, pleace repl...
plus de 4 ans ago | 0