Statistics
RANK
7,002
of 257,886
REPUTATION
4
CONTRIBUTIONS
11 Questions
2 Answers
ANSWER ACCEPTANCE
72.73%
VOTES RECEIVED
0
RANK
of 17,768
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110,107
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Read data from Excel
Yes, you can do this, but you will need to read in the entire excel file (or at least the entire dataset) first. Then just defin...
4 months ago | 0
| accepted
Question
Count number of blobs in rows only
The object I am imagng has 4 rows of 4 dots. I am interested in knowing the maximum number of blobs I can resolve in one row. I ...
4 months ago | 1 answer | 0
1
answerQuestion
Ignore missing data in a table group
I have a table with some missing data. I am using findgroups and splitapply to do some calculations on columns of the table, but...
7 months ago | 1 answer | 0
1
answerQuestion
Sort table based on number of occurrences
I have a table that I'd like to sort based on groups of a few of the columns. My table is made up of cells. >> T=table({'A','B...
9 months ago | 1 answer | 0
1
answerQuestion
Extract data from HTML Table
I have a HTML file (attached at .txt) with a table of data I would like to extract. I found the FEX file htmltabletocell, but I...
1 year ago | 1 answer | 0
1
answerQuestion
Finding groups based on matching multiple values in a column
I'd like to find groups in my table based on the values of multiple columnns- but I'd like to have the groups allow multiple spe...
1 year ago | 1 answer | 0
1
answerQuestion
Write different sized cell arrays of strings to one excel sheet
I would like to list the string values contained in cell arrays of different sizes in their own column in excel. Here's my exam...
1 year ago | 1 answer | 0
1
answerQuestion
Cannot open DICOM file
I have DICOM files that come from a Philips MR scanner that I cannot seem to open properly using dicomread or dicomreadVolume. I...
2 years ago | 1 answer | 0
1
answerQuestion
Find variable name of categorical values repeated a number of times
I am trying to find the variable names of columns in a table that match a value, in my case a string. The values in my table are...
2 years ago | 2 answers | 0
2
answersQuestion
How to join matching rows of cells in a particular column order
I have a cell array containtin strings and numbers. I'd like to combine rows that have matching key values, but I need the col...
2 years ago | 1 answer | 0
1
answerQuestion
Convert column into cells
I have a large cell matrix with each cell as 1x1 as some entries are strings and other types of imported data. I need to multipl...
6 years ago | 2 answers | 0
2
answersDummy dataset in boxplot
Ok, as usual, asking the question has been the trick. I just created a dataset with 4 entries of the 25th percentile, 2 medi...
6 years ago | 0
| accepted
Question
Dummy dataset in boxplot
I have a set of data that I am presenting with the boxplot function. I would like to compare to a national average. I know the n...
6 years ago | 1 answer | 0