Rosie
Followers: 0 Following: 0
Statistik
10 Fragen
0 Antworten
RANG
282.332
of 295.467
REPUTATION
0
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
30.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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', ...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
What is the function of the following if statement?
if (iscell(data_folder)) data_folder = data_folder{1}; end
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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}...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 8 Jahre vor | 2 Antworten | 0