Rosie


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
183,344
of 300,759

평판
0

참여
10 질문
0 답변

답변 채택
30.0%

획득한 표
0

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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', ...

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

2

답변

질문


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...

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

1

답변

질문


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...

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

1

답변

질문


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...

8년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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...

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

2

답변

질문


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...

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

1

답변

질문


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...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


What is the function of the following if statement?
if (iscell(data_folder)) data_folder = data_folder{1}; end

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

1

답변

질문


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}...

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

1

답변

질문


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...

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

2

답변