photo

Edgar Guevara


UASLP

Last seen: 8 days 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Edgar Guevara is currently an assistant professor at UASLP. His research interests include non-invasive medical diagnosis using optical imaging (fNIRS), functional connectivity, spectroscopy, and biomedical signal processing. His past work includes research in Raman spectroscopy and infrared thermography. He is a member of the National System of Researchers (SNI) level 2 and has been awarded several competitive grants and scholarships from national and international funding bodies. He received his PhD in Biomedical Engineering at École Polytechnique de Montréal in 2014, with a special mention from the jury. https://sites.google.com/site/edgarguevara/

Programming Languages:
Python, C++, C, MATLAB, Assembly
Spoken Languages:
English, Spanish, French
Pronouns:
Any pronouns

统计学

All
MATLAB Answers

0 个提问
8 个回答

File Exchange

17 文件

Cody

1 个问题
134 个答案

排名
3,500
of 297,503

声誉
16

贡献数
0 个提问
8 个回答

回答接受率
0.00%

收到投票数
2

排名
490 of 20,449

声誉
3,413

平均
4.60

贡献数
17 文件

下载次数
40

ALL TIME 下载次数
32475

排名
1,391
of 159,017

贡献数
1 个问题
134 个答案

评分
1,731

徽章数量
11

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • MATLAB Shorts Mini Hack Participant
  • MATLAB Flipbook Mini Hack Participant
  • Revival Level 1
  • Knowledgeable Level 1
  • Quiz Master
  • Community Group Solver
  • Explorer
  • 5-Star Galaxy Level 5
  • MATLAB Central Treasure Hunt Finisher
  • MATLAB Mini Hack Participant
  • Introduction to MATLAB Master
  • Treasure Hunt Participant

查看徽章

Feeds

排序方式:

已回答
please anyone help me I need convert this code to matlab 🥺
Have you tried Bing copilot? It can give you a general outline to structure your code, like this: % Assuming 'SSID' and 'PASSW...

1 year 前 | 0

| 已接受

已回答
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...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 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...

6 years 前 | 2

| 已接受

已回答
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...

7 years 前 | 0

已回答
Matlab jokes or puns
parfor iDishes=1:nDishes, do_the_dishes(); end

8 years 前 | 0