GeonWoo Jeon
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
if 구문에서 데이터값이 계산한 값과 다르게 나옵니다.
v = 0.1 : 0.1 : 2 re = (mediandiamter * 10^-6 * v * fdensity ) / vicosity ; if ( re < 2.0 ) cd = 24 * (re.^(-1)) elseif...
5 years 前 | 1 个回答 | 0
1
个回答提问
I want to make random values that satisfies specific conditions. But I have a problem. help me please.
I want to make random values that satisfies (a+b<2) and (a+b>2).The range of 'a' is -1<a<0 and the range of 'b' is 2<b<3. But I...
6 years 前 | 1 个回答 | 0
1
个回答提问
How can I save the video file from matlab videoPlayer
How can I save the video file from matlab videoPlayer? I want to export the processed video https://kr.mathworks.com/help/vis...
7 years 前 | 2 个回答 | 1
2
个回答提问
How can I count pixel of particular color in image?
I want to count the number of pixels with particular color in the image below. What function can I use to count pixels? The ...
7 years 前 | 1 个回答 | 0
1
个回答提问
How can I change this line?
%% displaying load(['result\' dataName '_DECOLOR.mat'],'dataName','Mask','LowRank','tau'); moviename = ['result\' dat...
7 years 前 | 1 个回答 | 0
1
个回答提问
How can I troubleshoot error in MATLAB with GCO?
I want to apply DECOLOR (DEtecting Contiguous Outliers in the Low-Rank Representation) to my video. And I meet this problem impl...
7 years 前 | 1 个回答 | 0