Statistiques
RANG
7 348
of 295 569
RÉPUTATION
6
CONTRIBUTIONS
111 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
48.65%
VOTES REÇUS
6
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
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
Averaging values within bins
Hi, I have the two arrays x and y (attached), which I plot with plot(x,y). This is creating "bins" of width 5: <</matlabc...
environ 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
Constructing the matrix for a color-coded 2d matrix visualization
Hi all, *I have the following:* - Two distance vectors: Each of these vectors contains the distances of all points (pixe...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Interpolation of noisy data
Hi, I have the following plot (can be plotted with plot(B,C) based on the attached mat file): <</matlabcentral/answers/u...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Finding an array of numbers in an array
Hi I have the attached coords_17 array, which is 2092 x 3 dimensional. Within this array, I want to find say the row which c...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Extracting numeric values from character array
Hi, I have a character array "coords" (containing 3D coordinates), which looks something like this: val = '[ 48. -...
environ 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
General linear model: Model fit
Hi I am using Matlab's GLM function: [b,dev,stats] = glmfit(...) Where can I get an output of the overall model fit (...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
condition on two arrays
Hi, Given three arrays x,z and y: z = [5,5,7,7,7,11,15,15,29,29,29] y = [1,2,3,2,1,1,1,1,2,3,1] x = [5,7,29] x ...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
colormap for a matrix
Given a matrix: 0 0.0104 0.0027 0.0104 0 0.0163 0.0027 0.0163 0.0000 I am using...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
reshaping cell containing double arrays
Hi, I have (as an example) the following cell array: test = 1×4 cell array [40×1 double] [40×1 do...
environ 7 ans il y a | 3 réponses | 0
3
réponsesQuestion
load files when only partial filename is known
Hi I am looking for a way to load all files which start with a certain string, say "Subject_1_Part_1.....mat". "..." would b...
environ 7 ans il y a | 1 réponse | 1
0
réponseQuestion
Crossvalidate (SVM)-classifier
Hi, I have the following code which runs fine as long as I have "crossval" set to "off". However, I would like to crossvalidate...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
Using "hold on" - bars do not have the same width
Hi I seem to have the strange problem that when I plot the following, the bars of the two histograms do not seem to have the ...
environ 7 ans il y a | 1 réponse | 1
1
réponseQuestion
How to fit a (left) skewed distribution
Hi, Currently, I am using the following code to fit distributions to my data: pd = fitdist(mydata,distribution) x_val...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Merging different arrays depending on condition
Hi I have a following vector called cases as follows: cases = [1,4,4,3,1,2,2,4,3,4,4,...]; Additionally, I have four ar...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Systematically add entries to vector array
Hi, Given I have a vector as for instance: [ 1 3 5 7 1 3 ...] I want to add twice the number "8" after each entry, hence w...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Adding legend to reference line in a plot
Hi, As you can see below, I am plotting bar graphs. There is additionally also a red reference line in the plot. Now I want ...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
Random sampling more elements than data contains
Hi, I am familiar with the datasample function, however, datasample does not allow for sampling more from a vector x than the n...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Averaging over a symmetric matrix
Hello, Given an m,n matrix, I want to create a new matrix by doing the following: The element (i,d) and the element (d,i) sh...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Cell containing double arrays to cell
Hi, Having (for instance) a 1x3 cell which contains in each entry a double array of a different size. For instance: cell(1...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
repelem substitute for older matlab version
Hi, I want to do the following (what usually repelem does, however an older version of Matlab does not seem to have it): G...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Changing order of elements of one vector depending on the order of another vector
Hi I have two vectors, say: a = [0.1 0.4 0.2 0.9 2] b = [5 10 11 2 4] I want to order a, such that the vector would ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Sampling with a distribution from the elements of a vector
Hi, Say I have an 1xm vector with any kind of numeric entries (for instance doubles or integers). As an example, I would have...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
find index conditional on two vectors
Hi, I have two vectors = resp = [1 2 3 1 1 2 3 3 3 1]; fing = [1 2 1 2 1 1 1 2 2 1]; How do I find the indices of *r...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Bin data and fit curve
Hi, I have the following data: - A vector of physical stimulus properties, something like: [0.8, 0.7, 0.56,0.4,....,0.01] ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Applying function only to certain files in directory
Hi, I have the following code, which applies the function 'load_nii' to files from the current directory which I select manual...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Reformating cell array of chars
Hi What I want is the following: I have 4D-files, I want to extract the names of the 3d slices in these files. Say I have a...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Different colors for plotting bar plots
I plot three group of bars with errorbars as follows - but the problem is that I want to set for each group the colors different...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
Group bar in histogram, add label
Hi, I have the following code for my histograms already: mean_accuracy = [0.37,0.44,0.67,0.39,0.64,0.64]; % mean acc...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Using loop to extract fields from a struct
Hello I am using the following code: names = fieldnames(data); % extract names of features for i = 1:5 class(i) = ...
plus de 7 ans il y a | 3 réponses | 1
3
réponsesQuestion
Finding the best fitting distribution - bars plotted with gap
Hi I am using the function allfitdist to find the best fitting distribution(s) to my data (Allfitdist was once recommended on...
presque 8 ans il y a | 1 réponse | 0