photo

Yushuo


Last seen: 거의 2년 전 2022년부터 활동

Followers: 0   Following: 0

통계학

All
  • GitHub Submissions Level 2
  • First Submission
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
randomly selecting and deleting rows from a matrix
I just used if the code line number divide by 2 reminder is 0 then delete it A=[0.5666 0.3169 ; 0.5181 0.3317 ; 0.664...

대략 2년 전 | 0

답변 있음
How do I call a function within another function?
You can just call directly witin one function, for example disp(hahaha(5)); function A=hello(x) A= 5*x; end fu...

대략 2년 전 | 0

답변 있음
Extract color of image
I use the attached code to extract red color (it use LAB color, you can change the LAB value of the color you want in LMean aMea...

대략 2년 전 | 0