photo

Imanol Isasa


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

Followers: 0   Following: 0

통계학

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


How can I crop a set of non-binary images automatically depending on the size and position of each image?
I have a dataset of more than 1000 images. When I load them into Matlab (R2021b), they all are the same size, but the actual ima...

2년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to change color in plot
Hi, You can specify any color by using RGB equivalent vectors (values from 0 to 1) such as: [0.5 0.5 0.5] https://es.mathworks...

대략 4년 전 | 0

답변 있음
Creating a variable to from data in a matrix
Hi, you can select the first column starting from the third row doing this: selection = matrix(3:end,1);

대략 4년 전 | 0

| 수락됨

답변 있음
how can i ask user to input random numbers and automatically turn it into vector?
Hi, I am not an expert in this but you can try doing just this: for i=1:4 v(i)=input("Type a random number: "); end Yo...

대략 4년 전 | 0