Shree Nath
IIT-BHU
Followers: 0 Following: 0
Professional Interests: Image processing, GUI
Statistik
RANG
5.435
of 295.673
REPUTATION
8
BEITRÄGE
12 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
3
RANG
of 20.262
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.257
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 evaluate the value of Symbolic Expressions
I tried this code - syms f(a) g(b) f(a)=sin(a); g(b)=exp(b); disp(f(2)); disp(g(4)); syms h(a,b); h(a,b)=diff...
mehr als 11 Jahre vor | 1 Antwort | 1
1
AntwortFrage
delete function doesnt work
function names_Callback(hObject, eventdata, handles) d=get(handles.textvis,'Value'); if d==1 delete (handles....
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
generate n numbers of static text boxes in a gui
how do i generate n numbers of static text boxes automatically? i.e. i dont have to go through guide in manually selecting each ...
etwa 12 Jahre vor | 7 Antworten | 0
7
Antwortenhow to move a static text box?
yeah you were right, it was set to 'charcters'.. thanks ^-^
etwa 12 Jahre vor | 0
Frage
how to move a static text box?
I am trying to move a gui static text box progamatically, by pushing a button which performs - "set(handles.text1,'Position',[2...
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
change annotations text box coordinates from relative to absolute
i am making a gui, in which, i have to move my textboxes according to slider. for that, i need to convert the position coordinat...
etwa 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Image in a matlab gui
can i write particular text on any image, so that it may be easy to scroll it ? or.. like having an image and the text simultane...
mehr als 12 Jahre vor | 1 Antwort | 1
1
Antwortgenerate chain code
these may be used as an alternate for..lets say the function which the boudry coordinates are following.. many a times .. the ty...
mehr als 12 Jahre vor | 0
Frage
Load a Workspace in gui
in my gui, i have to load variables from something.mat . but in that case, i have to load the workspace every time in callback f...
mehr als 12 Jahre vor | 0 Antworten | 0
0
Antwortengenerate chain code
you mean freeman chain codes? use bwboundaries() to get the boundary coordinates and the assuming 8 directions (1,1)(1,0),(0,1...
mehr als 12 Jahre vor | 1
| akzeptiert
Frage
textbox in a GUI
<https://www.facebook.com/photo.php?fbid=231890073597529&set=a.189231197863417.41143.100003296140487&type=1&theater> i wanted...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
GUI
I have programmed some calculations in my gui, so it takes some time and then displays the result. Problem is that it doesn't sh...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
GUI
I had created a simple GUI counting the number of cllicks and displaying it in an Edit Box. I noticed two problems :- 1. the ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
GUI
I have to get an image address through the Edit Box in the GUI. then, i want to read the image on that address using the imread ...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
GUI
I have created a matlab program for extracting characters from an image. The program takes an image name which i edit in the pro...
mehr als 12 Jahre vor | 2 Antworten | 0