Statistiques
12 Questions
0 Réponses
RANG
77 955
of 300 942
RÉPUTATION
0
CONTRIBUTIONS
12 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 21 116
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 750
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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). ...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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, ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0

