Community Profile

photo

Yash Shil Balgobin


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Functions and Global Variables
This is my code. (Edited) function B = PBTask4P2b_f(COUNTER) B = input('TRUCK B: '); while COUNTER < 1000 B = B + COUNTER;...

3 years ago | 0 answers | 0

0

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 0 answers | 0

0

answers

Question


How to generate the sum of a random number ?

3 years ago | 1 answer | 0

1

answer

Question


How to use FOR loops in Matlab ?

3 years ago | 1 answer | 0

1

answer