photo

zero


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


how to delete this error??
>> n=0:9; >> x=[1 1 1 1 1 1 1 1 1 1]; >> y=flip(x); >> xe=0.5*(x+y); >> subplot(n,xe)

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to delete this error?
function y = dd(x) % x is a vector % We create an output vector of only 0 (our default value) y = zeros(1, length...

mehr als 6 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Error says "Subscript indices must either be real positive integers or logicals"
x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 9, 9, 8, 7, 6, 5, 4, 3, 2, 1]; n = -9:9; x1 = 5*x(n-2) - 3*x(n+4) How to remove this err...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort