Adam Fitchett
Followers: 0 Following: 0
Statistics
RANK
192,626
of 295,913
REPUTATION
0
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20,299
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,824
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
Colour legend for scatter plot
Ah not to worry I have found the answer. You just type colorbar
5 years ago | 0
| accepted
Question
Colour legend for scatter plot
I created a 2D scatter plot with the vectors X, Y and Z and the following code scatter(X,Y,50,Z) So that I would have ...
5 years ago | 1 answer | 0
1
answerQuestion
Colour legend for scatter plot
I created a 2D scatter plot with the vectors X, Y and Z and following code scatter(X,Y,50,Z) So that I would have X an...
5 years ago | 1 answer | 0
1
answerQuestion
Apply operation to each element of an array
I have an array of numbers x1, x2, x3.... I want to obtain an array of numbers y1, y2, y3... such that yi = ceil((3/xi)^2). Is t...
5 years ago | 1 answer | 0
1
answerQuestion
Interweave two arrays in a specific pattern
I have two column vectors each of which is 160 rows long. I want to interweave them such that the first 16 rows of vector 2 are ...
5 years ago | 2 answers | 0
2
answersQuestion
Find the number of 1s in sections of a logical array
I have a logical array (column vector) which has a length of 41,472. I need to find out how many ones there are in the first 288...
5 years ago | 1 answer | 0
1
answerQuestion
Help with nested for loop generating coordinates
Hello, I need to generate a list of coordinates for electrodes in an electrode array. I figured out how to do this with multip...
5 years ago | 1 answer | 0
1
answerQuestion
Plot Cook’s distance for mixed effects model
Hello, I have a mixed effects regression model ‘lme’ and I want to plot the Cook’s distance. Apparently the code for this is ‘pl...
5 years ago | 1 answer | 0
1
answerQuestion
Create new column in table
Hello, this seems like a stupidly easy problem but I cannot find any way to do it Currently I have a table with three columns....
5 years ago | 1 answer | 0