Community Profile

photo

Peter Fennell


Last seen: oltre un anno fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

Feeds

Visto da

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte