ZhangWei1993 / Mechanical-Fault-Diagnosis-Based-on-Deep-Learning

CNN for mechanical fault diagnosis
283 stars 85 forks source link

Need a help #3

Open yaseralmatheel opened 5 years ago

yaseralmatheel commented 5 years ago

Dear WeiZhang I am really interested in yours papers that had been published. I have a question there is a code in github by you .... what do( 200 and 2000 )represent in the following code

images = zeros(2400,2000); images(:,((200(i-1)+1):200i))= label_orig(:,(1:200));

they are in the image_matrix.m file.

thanks in advance