Community Profile

photo

Sinclair Song


Last seen: fast 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Creating a code that calculates acceleration simulation
clc clear all close all x = [0, 10, 20, 30, 40, 50]; %time in minutes y = [0, 60, 120, 280, 150, 40]; %distance travelled...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Looking to write a code which utilises a formula to solve an equation
clc clear all close all AF = @(x) x^3-4x^2-1; % function equation xR(R/2) = 46/x + 5(x-3); % iterative formula x3 = 1;...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort