photo

Thukiller


Last seen: fast 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 3 Jahre vor | 0

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

fast 4 Jahre vor | 0

| akzeptiert

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

fast 4 Jahre vor | 0

| akzeptiert

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

fast 4 Jahre vor | 0