Feeds
提问
Functions and Global Variables
This is my code. (Edited) function B = PBTask4P2b_f(COUNTER) B = input('TRUCK B: '); while COUNTER < 1000 B = B + COUNTER;...
5 years 前 | 0 个回答 | 0
0
个回答提问
Why do i need to use .^ notation ?
Why do i need to use the .^ notation ? Is there any other way around it ? % This is my function. function y = PBTask4P1_f(x) ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Why do i need to use .^ notation ?
% This is my function. function y = PBTask4P1_f(x) y = 4.2*x.^4-5*x.^3-7*x; plot(x,y); xlabel('INPUT X') ylabel('OUTPUT Y')...
5 years 前 | 0 个回答 | 0

