Community Profile

photo

Peter Fennell


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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...

1 year ago | 1 answer | 0

1

answer

Question


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);...

3 years ago | 0 answers | 0

0

answers