Community Profile

photo

Edgar Guevara


CONACYT-UASLP, CIACYT

Last seen: 2 jours il y a Actif depuis 2012

Followers: 0   Following: 0

Contact

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/

Statistiques

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

Afficher les badges

Feeds

Afficher par

A répondu
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...

6 mois il y a | 0

| A accepté

A répondu
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 4 ans il y a | 0

A répondu
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 4 ans il y a | 0

A répondu
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...

presque 4 ans il y a | 0

A répondu
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 5 ans il y a | 2

| A accepté

A répondu
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 5 ans il y a | 0

A répondu
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 6 ans il y a | 0

A répondu
Matlab jokes or puns
parfor iDishes=1:nDishes, do_the_dishes(); end

plus de 7 ans il y a | 0