Statistica
RANK
134.507
of 301.421
REPUTAZIONE
0
CONTRIBUTI
10 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 174.475
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
If i want to adjust the brightness for an image by inputting lower and upper limits, what functions should i use?
Same for adjusting contrast. i have to be able to input the lower and upper limits. For GUI. I've been using imadjust and it ...
circa 12 anni fa | 0 risposte | 0
0
risposteDomanda
What does the number digits represent when i adjust the brightness and contrast of the image? what does the lower and upper limit values do to the images? when the limit increases, what does it mean?
Contrast: function LLC_Callback(hObject, eventdata, handles) % hObject handle to LLC (see GCBO) % eventdata reserved - ...
circa 12 anni fa | 0 risposte | 0
0
risposteDomanda
I want to get hold of the values after 'File list end'&'Height(nm). The next line is different for other text file(height(nm)'. How do i use the sscanf function to let me get hold of the values by skipping the first 2 lines?
"\*File list end" Height(nm) 1.300629e+000 1.634633e+000 1.860253e+000 2.085872e+000 2.747246e+000 2.756094e+000 2.439785e...
circa 12 anni fa | 0 risposte | 0
0
risposteDomanda
I want to get hold of the values after 'File list end'&'Height(nm). The next line is different for other text file(height(nm). How do i use the sscanf function to let me get hold of the values by skipping the first 2 lines?
"\*File list end" Height(nm) 1.300629e+000 1.634633e+000 1.860...
circa 12 anni fa | 0 risposte | 0
0
risposteDomanda
What does the Lower limit & Upper limit represents? & Why must i give the lower & upper limit? For Adjusting contrast & Brightness.
Contrast: function LLC_Callback(hObject, eventdata, handles) % hObject handle to LLC (see GCBO) % eventdata res...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
What does the numerical digits in the text box stands for when i adjust my slider. For both Contrast & Brightness
Brightness Slider: % --- Executes on slider movement. function slider_brightness_Callback(hObject, eventdata, handles) ...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
which function should i use for a slider to adjust the contrast of an image.
I've created a slider to adjust the brightness, now i have to create another for contrast. Which function should i use? Brig...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Is there any way i can place images of colormaps into my popup menu? for example the option colormap_0 (image)
function Colormap_Callback(hObject, eventdata, handles) colormap = get(hObject,'Value'); AFMimage = handles.AFM_...
circa 12 anni fa | 2 risposte | 0
2
risposteHow do i search for a text and make it into a matrix, to display as an image? Using Structure functions.
hi i'm trying to change this subfunction. i want to use a structure function to replace the token method. function...
oltre 12 anni fa | 0
Domanda
How do i search for a text and make it into a matrix, to display as an image? Using Structure functions.
-Import the text file -search for 'Samps/line:' & 'Number of lines:' -Get the values(numbers) '512' & '243'. -Convert ...
oltre 12 anni fa | 3 risposte | 0
3
risposteDomanda
What is the fastest way to extract out numbers from text.
Lets say i want to extract the numbers(512 & 243) out of these 2 text seperately, which are in a long text file. What functions ...
oltre 12 anni fa | 1 risposta | 0