photo

yuqi


Ryerson University

Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

Feeds

Anzeigen nach

Frage


Thread Subject: D* Algorithm in Matlab ?
Does anybody have clues to code D* Algorithem for a specific fault in a circuit in matlab? The output should show how many test ...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Undefined function or variable 'Store5'. Error in Untitled5 (line 108) Store = [Store1;Store2;Store3;Store4;Store5;Store6];
clear all; close all; [A,B,C,D,E,F]=nbc(6); Y=(~A*~B*C)+(A*~B*D)+(~A*B*E)+(A*B*F); btab(Y,A,B,C,D,...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Attempted to access X1(1); index out of bounds because numel(X1)=0. Error in (line 108)
Hi, here is my script code, I just copy it here. clear all; close all; [x1,x2,x3,x4,x5,x6]=nbc(6); fun...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten