photo

军 川


Last seen: fast 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

All
  • Introduction to MATLAB Master
  • Community Group Solver
  • Thankful Level 2
  • Promoter
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Problem 6. Select every other element of a vector
function x = everyOther(x) n=length(x) if mod(x,2)==1 i=1:2:n expected=[x(i)] else i=1:2:n-1 expected=[x(...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plot the region represented by 'ABS (x) + abs (y)≤1'
I know the picture of this inequality, but he has x and y as variables. How do I plot it

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I solve this problem:(Problem 44958. Crop an Image)
I know the function is imcrop,but I even don't understand the meaning of 'Rmin Cmin Rpix Cpix ',

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort