photo

Bradley Cory


2018년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Boxplot help to get 4 plots into 1 graph of 5.
I'm trying to compare boxplots in the same graph. However, my code in placing the data into 4 different boxplots. figu...

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

1

답변

질문


Opening a .mat file
What is the best was to open a .mat file in Matlab R2015b, so I can then extract the 3 data set saved in that file and use the b...

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

1

답변

질문


Smooth function not working in R2015b
%% smoothing individual traces [r c] = size(ft); for k = 1:c ft_smo(:,k) = smooth (ft(:,k), 0.2,'loess'); ...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How do I save, chaning the name of the file and workspace that I save?
I'm looking to save the out put of my project, data. and I can create a file name. But opening that means it just displaces 'dat...

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

1

답변

질문


I need to write a script extracts the average intensity of each object in the rice.png. My use of regionprops has failed.
I = imread('Rice.png'); %imports the image Background = imopen(I,strel('disk',15)); %removes the rice and displays the ...

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

1

답변