Rosie
Followers: 0 Following: 0
Statistiques
10 Questions
0 Réponses
RANG
288 889
of 296 216
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
30.0%
VOTES REÇUS
0
RANG
of 20 368
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 155 704
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
Customize "XTickLabel" location
I'm using names rather than values for my x-axis using the script below: set(gca,'XTickLabel',{'P1', 'P2', 'P4', 'P5', 'P6', ...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
x-ticklabels with varying distance
I have plotted a set of samples S1, S2, S3, etc.. using boxplot, hold on, scatter (this part is not related to my ques...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to export and save values in a cell?
I have a variable in my workspace with 3 rows and 16 columns. Now I want to save the values in the cell in the first row and co...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Does the matlab ranksum function work for larger sample sizes?
I'm using the matlab ranksum function for a power analysis of 2 samples and I'm getting statistical significance (small p-values...
plus de 7 ans il y a | 3 réponses | 0
3
réponsesQuestion
How to compare a series of 50 values to a single value for each sample in a plot?
Hi, I want to compare a set of 50 values to a single value for each sample on a plot. For example, for sample S1, I have 5...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
using the "vline" function in a histogram
I'm trying to insert a break point horizontal line in 2 histograms. The line commented out in the script below didn't work. What...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Segmenting an original .mat file
I have a .mat file with a data matrix (22 columns and 1780 rows). I also have a "marker" column (1 column and 1780 rows)with mo...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
What is the function of the following if statement?
if (iscell(data_folder)) data_folder = data_folder{1}; end
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
what do symbols like "nn" and "kk" do in a MATLAB script?
For example, what does the following portion of a script mean/do? for kk = 1:size(session,1) dara_folder{kk}...
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
What does "something = cell (size(session,1),1" mean/look like?
I know the "cell" function creates an array of empty cells and I know that I didn't specify what "session" looks like. But given...
presque 8 ans il y a | 2 réponses | 0