Community Profile

photo

Peter Fennell


Last seen: mehr als ein Jahr vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

Feeds

Anzeigen nach

Frage


Cant take the derivative of this plot...
clc clear m = 1; b = 2; k = 10; t = linspace(0,7,175); xlabel('0'); syms s F=1./(m*s.^(3)+b*s.^(2)+k*s); f=ilaplace(F,t...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


I am getting the error along the lines of "Index exceeds number of array elements" and I am not sure how to fix it
clc; clear; fileReader = fopen('datafile_5.csv','r'); index = 1; while ~ (feof(fileReader)) line = fgets(fileReader);...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten