Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

use svaed neural network

1 Ansicht (letzte 30 Tage)
mustafa alnasser
mustafa alnasser am 6 Nov. 2014
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Dear All;
I have trained a NN for pattern recognition and i saved the net . Now , Iam trying to use it in another file but i got the following error , can you help in that:
"Subscript indices must either be real positive integers or logicals.
My code:
[x2,TXT3,RAW3]=xlsread('Sh.xlsx','Test');
[t2,TXT4,RAW4]=xlsread('Sh.xlsx','Out_Test');
x1=x2';
t2=t2';
net= load ('VsgVslnet.mat') ;
test1 = net(x1)

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by