photo

Sinclair Song


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

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

1

个回答