Community Profile

photo

Thukiller


Last seen: alrededor de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

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

Ver insignias

Feeds

Ver por

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

casi 3 años hace | 0

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

casi 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 0

| aceptada

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

alrededor de 3 años hace | 0