Community Profile

photo

Edgar Guevara


CONACYT-UASLP, CIACYT

Last seen: 4 giorni fa Attivo dal 2012

Edgar Guevara is currently a CONAHCYT research fellow at CIACYT-UASLP. His current research interests are in non-invasive medical diagnosis, using optical imaging (fNIRS), functional connectivity, spectroscopy, and biomedical signal processing. His past work includes research in epilepsy, cardiovascular disease, spinal cord injury, and white matter injury in newborns. He is a member of the National System of Researchers (SNI) level 2 and has been awarded several competitive grants and scholarships from both national and international funding bodies. 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/

Statistiche

All
  • MATLAB Central Treasure Hunt Finisher
  • MATLAB Mini Hack Participant
  • Revival Level 1
  • Knowledgeable Level 1
  • Community Group Solver
  • Introduction to MATLAB Master
  • Explorer
  • 5-Star Galaxy Level 5
  • Treasure Hunt Participant
  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review

Visualizza badge

Content Feed

Visto da

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

29 giorni fa | 0

| accettato

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

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

circa 5 anni fa | 2

| accettato

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

quasi 6 anni fa | 0

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

circa 7 anni fa | 0