photo

Nade Sritanyaratana

MathWorks

Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Nade is an Application Support Engineer at MathWorks.

Nade received a Ph.D. in Biomedical Engineering from the University of Wisconsin, Madison. His research focused on the investigation of non-invasive MR cartilage biomarkers to study cartilage degeneration, particularly in the human knee. He received a B.S. in Bioengineering at the University of California, Berkeley, specializing in imaging.

Feel free to read more about Nade at the sites below:
LinkedIn: https://www.linkedin.com/in/nadesri
GitHub: https://github.com/Nadesri
Professional Interests: Image Processing, Signals and Systems, MRI, Computer Vision

Statistica

All
  • 5-Star Galaxy Level 2
  • First Submission
  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Pass Two Handles to the same plot/Using 'animated line' with multiple axes in GUI
Hi Anik, Have you tried setting the "Parent" property of "h1" and "h4" to the desired axes (assuming they have been both crea...

circa 9 anni fa | 2

| accettato

Risposto
matlab2014b generates libGL error: unable to load driver: nouveau_dri.so at startup
Hi Jacob, Were you able to figure out the issue with your system configurations? If not, try out the steps outlined in the...

oltre 9 anni fa | 0

Risposto
keep repeated x values and average y values
You may want to consider using <http://www.mathworks.com/help/matlab/ref/accumarray.html accumarray> . The following code use...

quasi 10 anni fa | 0

Risposto
Text exceeds maximum line length of 25,000 characters for Command Window display.
How are you showing DG? It sounds like you are trying to display this entire graph in the command window. The error only pert...

quasi 10 anni fa | 0

Risposto
How do you find a centroid of an image?
The example at the end of the <http://www.mathworks.com/help/images/ref/regionprops.html regionprops documentation> has an elega...

quasi 10 anni fa | 0

Risposto
How to sum data
As dpb suggested, you may want to consider using <http://www.mathworks.com/help/matlab/ref/accumarray.html accumarray> . The ...

quasi 10 anni fa | 1

Risposto
how to run a function in each cells?
Have you tried <http://www.mathworks.com/help/matlab/ref/cellfun.html cellfun> ? Below is an example of using cellfun that ma...

quasi 10 anni fa | 0

| accettato

Risposto
Design Notching Filter for different frequencies
You can use <http://www.mathworks.com/help/signal/ref/dfilt.cascade.html dfilt.cascade> to combine filters in series. In the ...

quasi 10 anni fa | 2

| accettato

Risposto
Reading sections of data from repeating text file
I think you want to read in this large text file, and for each time point, access the table of data, and then find indices to ac...

quasi 10 anni fa | 0

Risposto
i want to do non linear fitting using the function y=ae^(-bt) + C
Have you already parsed t and y from the text file? I would suggest custom nonlinear fitting since it looks like you want to ...

quasi 10 anni fa | 0