Community Profile

photo

Cy'an Tebo


Last seen: 거의 3년 전 2021년부터 활동

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


I'm trying to plot my function into a graph but it won't even run
So here's my code: function y= displacement(theta) if theta >=0 && theta <= pi/2 y=6*(2*theta-0.5*sin(theta)); elseif th...

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

1

답변

질문


Replacing all even numbers in my matrix with their square root value
So I put in the code : A=[1 4 9; 8 16 7; 3 36 4] X=sqrt(A(rem(A,2)==0)) It did square root each even number but it put it in ...

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

2

답변

질문


Error in Y label
So I was trying to make graph for my homework assignment on Matlab online version using this code: % disp("HM Problem 3") disp...

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

1

답변