photo

Mohammed


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
38,363
of 300,771

평판
1

참여
10 질문
0 답변

답변 채택
40.0%

획득한 표
1

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,969

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to display a 1D cell array containing one or more images as an image?
I am writing a MATLAB function that takes a 1D cell array that contains one or more images as an input. i want the function to t...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Adding corresponding pixels of input images to produce an output image in matlab
I am writing a function that can take any number of 1D arrays representing coloured images. the output should be a 3D array to r...

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

2

답변

질문


Write a function to extracts number between 2 letters?
I am trying to write a MATLAB code that extracts a 3 digit number in between two letters. the tricky part is that the letter aft...

9년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How do i create a 1D array that has 100 rows, 100 columns and 3 layers?
i am a biginner in MATLAB. i want to know how can i create a 1D array with three elements:100 rows,100 columns and 3 layers? ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to write a function to return -1 if string is not found in matlab??
I wrote a function that finds a 3 digit number of a filename? i need to write an if statement to return -1 if this part of the f...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how do I write a for loop that calls a function for each output value of another function?
I wrote two functions, one of them needs to contain a for loop that calls another function for each output value [M]=FirstFunct...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do i combine a set of images on MATLAB?
I am trying to write a function that Combines coloured images into a single RGB image(the images are the inputs which are entere...

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

2

답변

질문


Calling a function inside another function ?
I have a function called [S]=FirstFunction(a,b) inside this function, i want to call another function called [a,b,c]=SecondFunc...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do i call a function inside another function?
i wrote 2 functions separately. in one of these functions, i need to call the other function inside it? how do i do that? Thank...

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

2

답변

질문


How to extract a specific 3 digit number from a filename?
I have this filename (hst_05773_05_wfpc2_f502n_wf_sci.tif) and i would like to extract the three digit number after the _f . ...

9년 초과 전 | 답변 수: 2 | 1

2

답변