필터 지우기
필터 지우기

why does my program not reading these values?

조회 수: 2 (최근 30일)
subha
subha 2014년 6월 30일
편집: per isakson 2014년 6월 30일
Following is my program.when i run this program, it is not reading maxepoch and numhid values. These two variables belongs to rbmcdrbm function. so showing error while running the function rbmcdrbm. i have run this more than 100 times. It was working fine for long time. But suddenly what would have been happened? why the above mentioned values are not able to recognize by Matlab? Also while running this program, when it reads converter2 function the above two values disappear from workspace. what would be the reason? Also i guess, when i run this it skips reading first 4 lines
clear all
close all
maxepoch=50;
numhid=500;
fprintf(1,'Converting Raw files into Matlab format \n');
converter2;
makebatchesrbm;
% calculate time taken to train RBM
tic;%start the stopwatch
rbmcdrbm; %training RBM
toc;
  댓글 수: 1
Image Analyst
Image Analyst 2014년 6월 30일
Until the Crystal Ball Toolbox is published, you'll have to supply code for the converter2(), makebatchesrbm(), and rbmcdrbm() functions. Otherwise there is simply not enough information to answer.

댓글을 달려면 로그인하십시오.

채택된 답변

per isakson
per isakson 2014년 6월 30일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by