No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
I want to create a Matlab Gui that can open an image by clicking on open button on toolbar I build a toolbar and add a code for opening a file but hhow I tell to it open it on specific place on my Gui thats a code for open …
I have problem upload and use imshow function with files that has extension JPEG Are there is such problem in matlab, I want to play with function[COLOR="Red"] imwrite [/COLOR] and use property of JPEG extension that is a 'quality' for example what Imean : [ICODE]imwrite(f,'filename.jpg',;quality',25)[/ICODE] and it give me an …
I want o connect button click to some callback function how I do it? --For example I want that after i click button ,happen some external function and show me some plot/figure thanks sergey
change file from JPEG to tiff and no use any compression change image size : the code I wrote is: f=imread('source_image.jpg'); figure(1) imshow(f) imwrite(f,'new_tif_image_file.tif','compression','none','resolution',... [100 80]) g=imread('new_tif_image_file.tif'); figure(2) imshow(g) after all these done I look at two images and they look same... what problem in this code?
I want change file from JPEG to tiff and no use any compression change image size : the code I wrote is:[CODE] f=imread('source_image.jpg'); figure(1) imshow(f) imwrite(f,'new_tif_image_file.tif','compression','none','resolution',... [100 80]) g=imread('new_tif_image_file.tif'); figure(2) imshow(g) [/CODE] ~~after all these done I look at two images and they look same... what problem in this code?
Are the any problems use JPEG files in matlab ,I try type this code and get an error [CODE]imwrite(f,'filename.jpg','quality',25)[/CODE],after (reading matlabs help) that gives same answer I don't know what to do the same problem comes uo when I try use function [COLOR="Red"]imshow(f)[/COLOR] where "f" is a file with extension …
Hi,everyone I have a question about function 'imshow'? I have an image ,a color one for example it size : size(g)----[420 640 4], extension of a file 'tif' I use function 'imshow' and get an error, I don't know where i wrong?
I want to add to my button click some audio file, how can I do it ?
I build Log in window where user enter his usernmae and password I still don"t want use SQL and any data keeper, it's only for two users so I check the password and username if it' ok than user must press botton OK and load next window this step I …
I still can't understand what a difference between a regular window and modul form ? what it means modal form?
thanks Ramy I have a lot of questions ,so I try to solve them by myself but I need sometimes some help
Hi,I'm new in WinForms Application help me change my ComboBox to default state of one of Collections I have Thanks Sergey
how can i choose in one ComboBox one choice and get a list in a ListBox specific to this choice. Sergey
The End.
SerogaM