photo

Sinclair Song


Last seen: oltre 4 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 5 anni fa | 1 risposta | 0

1

risposta