photo

Native


Last seen: 대략 5년 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
0 답변

순위
77,942
of 300,863

평판
0

참여
12 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,361

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Calculating correlation matrix from time series in an array
I have a cell array with 164 entities, each with an entry of 193X1 time points. I need to create a correlation matrix of the dim...

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

1

답변

질문


Reassigning values in a matrix
I have a matrix, and here's what I want to do with it - 1.) Find the max value of the matrix, assign it to be 1. 2) Find all t...

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

1

답변

질문


how to load a variable in a loop
ROI_epi.mat contains the variable ROI, which I need to load within the loop. How can I do this? D = dir('CC*/Rest/ROI_epi.mat...

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

1

답변

질문


loading multiple mat files from a directory one by one, and running a script for them
Hi, I need to execute the following steps in matlab: Load a file (from a directory containing multiple files of interest). ...

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

2

답변

질문


creating a nested loop to change values within a for loop
Hi, here is a code segment I am working on n = 132 ; M = cell(n,1); for n = 1:132 for i = 1:132 for j = 1:4...

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


Replacing the row and column number with names for a matrix
I have a matrix 'X' with dimensions 132X132. I want to replace each of these row and column indices with a name derived from a c...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


storing values from a for loop into a new variable
for i = 1:length(row) sol{i} disp i end How can I store the values obtained (characters, not numbers) in a new variab...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How can I threshold a matrix and get the coordinates of those values?
I have a matrix, X with dimensions 132X132, with values ranging from -0.1 to 0.4. I'd like to threshold it to values above 0.2, ...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


Assigning x axis and y axis values to a matrix by importing from a cell array
Disclaimer: I am using a 2015a version of matlab. I have a matrix - invfish of dimensions 132X132, and I want to display an i...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


How to merge two cells and extract the superlayed values?
I have two cells of dimensions 1X132 each, one cell has the names and the other has numerical values that correspond to each of ...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


I have a 132X132 correlation matrix, and I want to label the values that show high correlation (these values happen to be different brain areas). What are the ways I can go about it?
The 132X132 matrix is stored as a variable invfish, and these 132 points are infact brain areas, the names of which are stored i...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


How can I get an average of different matrices stored as separate .mat files?
I have 24 different matrices of dimension 68X68, stored in a folder. I need to create a new matrix that is an average of all tho...

대략 7년 전 | 답변 수: 1 | 0

1

답변