Mary Hemler
Followers: 0 Following: 0
Statistics
17 Questions
0 Answers
RANK
200 708
of 295 467
REPUTATION
0
CONTRIBUTIONS
17 Questions
0 Answers
ANSWER ACCEPTANCE
70.59%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
How can I add this text with values into my legend?
I have the following code for my plot legend currently: baseNames = {'T9C11','T8C7','T8C5','T9C6'}; baseValues = mutualInfoTo...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
How can I re-save variable with only certain index values?
I have a variable, mutualInfoTotal, and I would like to re-save as another variable HD_mutualInfoTotal that only contains the va...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Create matrix of maximum values from cell array
If I have a 1x73 cell array consisting of 1x60 doubles, FR, how can I create a 1x73 matrix consisting of the maximum values of e...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Error Message "Unrecognized function or variable"
I have run this script several times successfully, but I made a few changes to the folders where I was storing files and variabl...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
indexing in for loop
I would like to run a for loop through only variables in certain index positions. Here is my code: j=1; for c=48:73 % this i...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Indexing in for loop
I would like to create a new variable, cells_high_MI, that corresponds to the cellspikes index of the cells that have a high MIS...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Create new variable with only values of a certain variable
I want to save a new variable 'highMI_sec' as only the values of mutualInfoTotal that are at least equal to 5 (at end of code). ...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Eliminate certain entries of cell array
I have a 1x73 cell array, FR, and I would like to eliminate FR {8, 17, 31, 41, 43, 47, 49, 56, 60, 66, 73} and re-save as a 1x62...
mer än 4 år ago | 2 answers | 0
2
answersQuestion
How can I convert this cell array into a matrix?
I have a 1x73 cell array (73 is number of neurons) filled with 1x60 doubles, {FR} (60 is number of bins). I would like to trans...
mer än 4 år ago | 2 answers | 0
2
answersQuestion
How do I fix my legend?
I am trying to create a legend key that says the name of a cell, then is followed by the value for mutual information. Somethi...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Randperm without number 1
I am using randperm to select positions that will be changed. How can I change my code so that the number 1 (position 1) is not ...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Randperm without the number 1
I am trying to do an asynchronous, random order update for a Hopfield neural network. Here is my code: S=U; Async=randperm(50...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
How can I change the size of the text in annotation, and place a border around it?
Hi! I would like to have a textbox on the outside of a polarplot, but with a border around it. It had a border around it when it...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
num2str error in textbox
Hello! I am very new to matlab and am trying to put a text box in a plot with the value of a variable. The variable is located i...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Create a vector with random numbers
How can I create a vector of length 20, whose first 15 numbers are randomly chosen between 2 and 3, and whose last 5 numbers are...
mer än 4 år ago | 0 answers | 0
0
answersQuestion
Create matrix composing random numbers
How can I create a 5x3 matrix comprising random numbers selected uniformly from the range 10 to 20?
mer än 4 år ago | 0 answers | 0
0
answersQuestion
Generate matrix with different numbers for diagonal and off-diagonal entries
How can I create a 10x10 matrix with the number 5 for all diagonal entries and the number -3 for all off-diagonal entries?
mer än 4 år ago | 0 answers | 0