Borrar filtros
Borrar filtros

Neural Network error?

2 visualizaciones (últimos 30 días)
Daniel Savu
Daniel Savu el 24 de Jun. de 2020
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?

Respuestas (0)

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by