photo

Thukiller


Last seen: mer än 2 år ago Active since 2020

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

| accepted

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

mer än 3 år ago | 0

| accepted

Answered
Please Help! I am struggling
randperm(N1:N2)——>randperm(N2) p = randperm(n)

mer än 3 år ago | 0