필터 지우기
필터 지우기

Neural Network error?

조회 수: 2 (최근 30일)
Daniel Savu
Daniel Savu 2020년 6월 24일
Can someone help me please?
I have the following code:
load reteafaliment.mat;
input_value1 = str2double(get(handles.edit3, 'String'));
input_value2 = str2double(get(handles.edit4, 'String'));
input_value3 = str2double(get(handles.edit5, 'String'));
input_value4 = str2double(get(handles.edit6, 'String'));
input_value5 = str2double(get(handles.edit7, 'String'));
input_value = [input_value1 input_value2 input_value3 input_value4 input_value5]';
output_value = sim(faliment, input_value)
set(handles.text22, 'String', num2str(output_value))
but the error is this:
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)Neuronale('pushbutton5_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
haw can i solve this?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by