Community Profile

photo

Yash Shil Balgobin


Last seen: 대략 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

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

대략 3년 전 | 답변 수: 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) ...

대략 3년 전 | 답변 수: 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')...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


How to generate the sum of a random number ?

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to use FOR loops in Matlab ?

대략 3년 전 | 답변 수: 1 | 0

1

답변