Sinclair Song
Followers: 0 Following: 0
Feeds
提问
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...
4 years 前 | 1 个回答 | 0
1
个回答提问
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;...
4 years 前 | 1 个回答 | 0