photo

Mary Hemler


Last seen: 4년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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). ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Create matrix composing random numbers
How can I create a 5x3 matrix comprising random numbers selected uniformly from the range 10 to 20?

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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?

4년 초과 전 | 답변 수: 0 | 0

0

답변