Mohammed
Followers: 0 Following: 0
Statistik
10 Fragen
0 Antworten
RANG
38.582
of 295.638
REPUTATION
1
BEITRÄGE
10 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
40.0%
ERHALTENE STIMMEN
1
RANG
of 20.255
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.207
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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? ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 . ...
etwa 8 Jahre vor | 2 Antworten | 1