Statistik
18 Fragen
0 Antworten
RANG
33.830
of 295.527
REPUTATION
1
BEITRÄGE
18 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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
more efficient code while using xlswrite and xlsread
Hello! I use the code below,which works fine, but i believe there is a more sufficient way to write the code. function Cop...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error with xlswrite (error 0x800A03EC)
Hello everyone! Unfortunatelly, i have a problem while using xlswrite. i read other tasks from people who had the same error...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How can i move excel sheets in the same file
Hello everyone! I have an Excel file that contains many sheets. the names of the sheets are something like this: 1_1,1 1_1,...
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
problem with togglebutton callback
This is the code of the two togglebuttons which i created in guide. when i press the first togglebutton i activate the second on...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to set togglebutton value from another togglebutton
Hello, i have two togglebuttons in my gui which i created from guide. i want when i press the first one then automatically...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to make edit text in gui to show the latest result?
Hello! i display my results in an edit text set(handles.edit11, 'String', X); However because the results are too many...
etwa 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
question about togglebutton in gui
Hello! i have created a gui and i have a togglebutton in it. the code in the while loop in the togglebutton works fine. ...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
question about pause function,and real time drawing
Hello! I use a drawing tablet and i manage to get and save x,y coordinates. if i want to see what i draw, i use the comman...
etwa 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to get the mouse position in real time using imfreehand
Hello! I use imfreehand and i get the x and y coordinates of the mouse,but i can see them after i release the button of the m...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
move the axes to sit in the whole window
Hello! i want the begining of the axes (0,0) to be at the down and left corner of the window. i want the axes to sit in th...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problem with Wintab32.dll
Hello! I installed Psychtoolbox for communication between matlab and wacom drawing pad, but i get this message: Error usin...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
problem while creating .exe file
Hello! i have made this script which is only the command disp 'hello' and i want to create a .exe file and run it throu...
mehr als 10 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
extract numbers from cell array
hello! i have this cell array wich may have many cells,and not only three as here. A = {'jdldi'; 'jdks5.4555h'; 'f67'} ...
mehr als 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
problem with the setdiff function
Hello! i have a problem here A = 2:.1:15 B=[9.4000 10.4000] C=setdiff(A,B) the elements 9.4000 and 10.4000 are st...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
matrix ismember of another matrix
hello! i have A=[1 2 3 4 5] B=[2 4] i want to create D=[1 3 5], which is the A without the elements of B j=1; ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problem with .png images into a list
Hello! i have some .png images in the file, and i use these commads list = dir('*.png'); C={list.name}; B=sort_nat(C...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how do i sort images into a list in ascening order
Hello! I have these images in the file. 1.bmp , 2.bmp , ..... , 1000.bmp i use this command: list = dir('*.bmp'); ...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how can i compare two images which are almost the same
hello! I have a black and white binary image,i create a copy of this image and i compare these two images using histograms. ...
fast 11 Jahre vor | 1 Antwort | 0