![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19551362_1600117598661_DEF.jpg)
Nicholas Scott
Followers: 0 Following: 0
Statistics
RANK
162,944
of 297,046
REPUTATION
0
CONTRIBUTIONS
11 Questions
3 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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
Feeds
Question
Anova-N output question
Hello community! The closest prompt I could find that is similar to this would be: https://www.mathworks.com/matlabcentral/an...
7 months ago | 1 answer | 0
1
answerpulling non-consistent arrays out of a structure
This answer was inspired and modified from an orginal answer by @Matt J! The original intent was to place NaN where there was mi...
11 months ago | 0
| accepted
Question
pulling non-consistent arrays out of a structure
Hello, I am trying to pull out arrays from a structure previously defined in my code to then find the median behavior, so I can ...
11 months ago | 2 answers | 0
2
answersQuestion
heatmap NaN Color replacement BUG
Hi Community! I am trying to grey out diagonals (for ease of viewing-0 being white was not sufficient for my collaborators) w...
1 year ago | 1 answer | 0
1
answerDiscontinuous y axis and dual y axis combined in one plot
load('Red.mat') load('Blue.mat') figure hold on t = tiledlayout(2,2,'TileSpacing','compact'); bgAx = axes(t,'XTick',[],'Y...
1 year ago | 0
| accepted
Question
Discontinuous y axis and dual y axis combined in one plot
Hello All! I am hoping to accomplish a discontinuous axis for one plot to display outliers without making all other points look...
1 year ago | 2 answers | 0
2
answersQuestion
Restore Default Font Colors of Figures
Hi All, I did something that was rather unfortunate when scouring code in mathworks, while trying to understand what some code ...
2 years ago | 1 answer | 0
1
answerQuestion
Potential Bug? Freezing while making plots iteratively
Hi community, I am at a loss for why my matlab code is freezing up, I am not using that much of matlab's capabilities...I am at...
2 years ago | 1 answer | 0
1
answerQuestion
Trendfitting a series of downsamplings for comparisons
Hi all! I am looking to plot a series of downsamplings and then put an exponential to each to see if the downsampling manipulat...
2 years ago | 1 answer | 0
1
answerCorrelating Time steps to frame numbers that are potentially non-continuous
With the help of a colleague, I have answered my own question in a rough manner. It increases the computing time by a decent bit...
2 years ago | 0
| accepted
Question
Correlating Time steps to frame numbers that are potentially non-continuous
Hello community! I am trying to add an MxN double to a cell array that has tables inside each column that are MxP preferably ...
2 years ago | 1 answer | 0
1
answerQuestion
Extracting information from multiple tables within a cell to plot
I have a cell with multiple tables and I am trying to extract information from to plot the median line of all the separate lines...
3 years ago | 2 answers | 0
2
answersQuestion
Find heights of tables within an MxN cell
Hello Community! I have a M x 1 cell that has a table within each row of the cell. See screenshot for any confusion. I am try...
3 years ago | 1 answer | 0
1
answerQuestion
"ReadTable" column reading error/bug?
Hello, I am attempting to read this csv file with the 'readTable' function, and when I do the columns of the original csv file ...
3 years ago | 1 answer | 0