
David Haydock
Content Feed
질문
Can't push changes to Github
I have already set up a connection to my remote repository on Github. When in the Current Folder panel, right click and go to: ...
약 1달 전 | 답변 수: 0 | 0
0
답변질문
Determine the number of elements in succession in a vector that are equal in a succinct way
I have a sequence, say: x = [4 4 4 4 4 1 1 1 1 1 1 2 2 2 2 2 2 2 4 4 4 4 4 4 4]; I need to get the 4's at the end of the seque...
3달 전 | 답변 수: 1 | 0
1
답변질문
Is there a basic function that gets one half of a symmetrical matrix?
Title speaks for itself. I have done multiple pairwise t-tests and want to get one half of the p-value matrix to check for false...
3달 전 | 답변 수: 2 | 0
2
답변질문
How do I find a substring within two different strings at once?
Lets say I have a Nx2 cell array: X = {"Here is ABC", "Here is ABC";... "Here is AFB", "Here is ABC"... } I need to ...
4달 전 | 답변 수: 1 | 0
1
답변질문
How do I split a vector into parts using indexes?
I have a vector, say x = 1:100; and I have a vector that is indexes within the range of the size of x, say, y=[10,40,60]; ...
4달 전 | 답변 수: 1 | 0
1
답변질문
Is there a way to find the index of a subsection of a vector?
Lets say I have the vector a = [1,2,1,2,3,4,5,1,2,1]; and I need to search through it to find: b = [1,2]; and get the output...
8달 전 | 답변 수: 1 | 0
1
답변질문
Is there a function to make a long list of a single value?
I.e. if I want to make a list 400 values long of all 1's, I would use ones(400,1) But what if I wanted to make a list of say,...
8달 전 | 답변 수: 1 | 0
1
답변질문
How do I count how many times in a row a value occurs?
If I have some list, say: A = [1 2 4 3 1 1 1 1]; How do I calculate and store *how many times in a row* each number occurs? F...
9달 전 | 답변 수: 2 | 0
2
답변답변 있음
Why isn't my system command running? In Linux.
FSL was installed at the local level and worked when it was reinstalled at the root.
Why isn't my system command running? In Linux.
FSL was installed at the local level and worked when it was reinstalled at the root.
11달 전 | 0