Community Profile

photo

Thukiller


Last seen: 대략 2년 전 2020년부터 활동

Followers: 0   Following: 0

통계

All
  • Knowledgeable Level 1
  • First Answer
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
how to obtain the graph?
you can try this message=[0 1 1 0 1 0 1 1]; figure (1); stairs(message); title ('Line Coding1' ); xlabel('Time'); xlim([1 ...

거의 3년 전 | 0

답변 있음
double type+ surf error
When you use 'surf(x)', x cannot be a 3-dimensional vector,maybe you can use 'surf(b(:,:,1), b(:,:,2), b(:,:,3))' if you need t...

거의 3년 전 | 0

| 수락됨

답변 있음
Odd/Even If statement for a N by M Matrix
like this? x=10; y=10; matrix = zeros(x,y); for col = 1:y for row = 1:x % For Even if mod(row,2) == ...

대략 3년 전 | 0

| 수락됨

답변 있음
Please Help! I am struggling
randperm(N1:N2)——>randperm(N2) p = randperm(n)

대략 3년 전 | 0