Community Profile

photo

Krispy Scripts


Aktiv seit 2016

Followers: 0   Following: 0

Novel scientist trying to use MATLAB to enhance the research and vice versa(maybe?).

Statistiken

  • Thankful Level 4
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Isolating segments of data in one column using time integrals from the next column
Hi, I am trying to find segments of data from intervals of start and stop times. The data is a matrix with data in the first ...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Finding segments of data using time stamps in one column to the corresponding data in another column of the same matrix. Output each segment of data into separate matrix row or cell array
Hi, I am trying to find segments of data from intervals of start and stop times. The data is a matrix with data in the first ...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Eliminating an entire point on a plot both for data and on the axis
I have a graph of power spectrum data. As is the case with notch filters, there is a dip at 60Hz for the filter. I am wondering ...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Exchanging negative values in a matrix with 0
Is it possible to replace all the negative values in this matrix with zeros? matrix = 71.7231000000000 74.7231000000000 33.9...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Error in bar graph legend with bar graph with two groups
I am trying to make a bar graph with two different groups. I have done almost everything, but I am trying to add a legend for gr...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Extending or doubling a histogram
I have data that I have plotted into a histogram from around -3 to 3. I want to basically take the histogram and repeat it once ...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Accessing cell arrays within a cell array and merging them together end to end or in the same column/row
I have a cell array with 9 cells. Within those cells I have matrices with 7001 x 1 data points. I am trying to merge all the mat...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Using Gaussian Mixture Model (fitgmdist) to test clustering of three variables
I am trying to use Gaussian Mixture Model to cluster data based on three different variables. I know it is possible to cluster d...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
need reference paper or detals link of matlab function regionprops centroid
https://www.ijert.org/view-pdf/1540/number-plate-recognition-using-segmentation http://ieeexplore.ieee.org/document/4631636...

mehr als 7 Jahre vor | 0

Beantwortet
Nonlinear Regression: Residual Analysis
My understanding is that non-linear regression is needed when such things as normal distribution, homoscedasticity, and autocorr...

mehr als 7 Jahre vor | 0

Frage


Outpt with zeros when should be values
I have a matrix of two columns. The first column is *cue times*, as in times an animal was cued to do something. The second colu...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Finding values of a response within range of a cue
I have a matrix of two columns. The first column is cue times, as in times an animal was cued to do something. The second column...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Finding Valley of Waveform (local minimum) without displacing wave
I am trying to find the peak and valley of a waveform. My data is attached in the matrix. It is a waveform repeated four times. ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Attempting to find data points of two different matrices based off of time, but outcome is that I am getting the same value repeatedly
I have one matrix with data in the first column and time stamps in the second column (datamatrix.mat). The next matrix contains ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Finding data points of two different matrices based off of time
I have one matrix with data in the first column and time stamps in the second column (datamatrix.mat). The next matrix contains ...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Finding Closest Data Point
I have one matrix with data in the first column and time stamps in the second column (datamatrix.mat). The next matrix contains ...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Interpolation method for data that is wave-like or oscillatory
I am attempting to Interp1 for interpolation of data that is wave-like or oscillatory in nature. I am planning on using the 'lin...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Sorting data in one column based on the time stamps in the alternate column
In one matrix, one column has data and the column next to it has time stamps. I have another matrix where the first column is st...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
The centroids of objects in an image have been found. It has then been cropped to a certain area. IS it possible to tell if more than one centroid is in a cropped image?
Here is the attached image. I am basically trying to individually find the area, perimeter, circularity (ECD in image analyst's ...

mehr als 7 Jahre vor | 0

Frage


The centroids of objects in an image have been found. It has then been cropped to a certain area. IS it possible to tell if more than one centroid is in a cropped image?
I have the centroids of all the objects of an image. I have than cropped a 288 by 288 pixel area around the images (the size of ...

mehr als 7 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


A cropped image that has a single object that has been thresholded and converted to binary image. Is it best to use regionprops to find the area of that image or some other method?
A cropped image that has a single object that has been thresholded and converted to binary image. Is it best to use regionprops ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is it possible to find a center for a centroid and then use imcrop to find a certain size cropped area around that center
I asked a question here http://www.mathworks.com/matlabcentral/answers/299414-creating-image-mask-of-288-by-288-pixel-from-ce...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have an original image that has not been converted to binary. I have found the centroid for multiple areas, now I want to use them crop 288 pixel areas around centroid. I then want to calculate total summed pixel area. Can I use a for loop?
I have centroid of multiple areas of an image. I want to use those centroids to crop 288 by 288 regions around the centroid and ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


creating image mask of 288 by 288 pixel from centroid location, threshold the image mask and out put summed pixel area
Hi all, I am very new to the image analyst world. I have an image that has had the centroids calculated ( <http://www.mathwor...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Finding centroid of an image with a summed pixel area greater than 120 pixels squared
Hi, I am trying to find the position of an object in an image. I need to first find connected pixels with intensity values ab...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


A for loop type function for setting cell array intervals to zero
http://www.mathworks.com/matlabcentral/answers/291075-aligning-5-second-interval-data-of-continuous-time-to-the-same-interval ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Aligning 5 second interval data of continuous time to the same interval
I have an array of times at which neurons are firing, spike times, that are all 5 second intervals. However, these intervals are...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Setting time intervals in a cell array all to the same 0 to 5 second time interval
I am trying to find the spiking rates over 5 second intervals of time. I have the spike times of intervals in a cell array(spk)....

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Taking data points in between multiple interval times times and outputting them in separate structural arrays
I have spike times in one matrix. I then have time intervals, start and stop times, that I would like to get all the spike times...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


FIR Bandpass question about order and sampling rate
Hello, I have Local Field Potential Data that I am looking to filter. I would like to filter it for the gamma oscillation freque...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden