Statistik
18 Fragen
0 Antworten
RANG
20.649
of 295.569
REPUTATION
1
BEITRÄGE
18 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
2
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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 access the maximum value of the radius in rose?
Could someone help me to access to the value of the radius automatically plotted in any rose diagram? I have to say that I use M...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to display a dynamic elapsing time within a message box created by msgbox?
Hi, I have a message box that is created by msgbox and it is closed after 3 seconds. Is there a way to show the elapsed time, dy...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to reorder groups and corresponding curves in scatterhist
I have the following script aiming to show my data by scatterhist, properly. But it gives an awkward y-histogram, as it seems in...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to focus on 'edit text' callback by WindowKeyPressFcn in GUIDE.
I have a gui that includes an 'edit text' callback (queryet_1). function queryet_1_Callback(hObject, eventdata, handles) ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to apply for loop for cell arrays?
I have a matrix that I want dividing it to n matrices, say n = 2, and do some operations along their lengths. The second chain o...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to refresh a GUI data in a given time step, automatically?
I have written a code that composes of several steps, i.e. several processing steps and then some GUI for visualization and plot...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to undo a plot for multiple times?
I want to delete a scatter plot's items for multiple times. My code is like Function plot_callbacks (hObject, eventdata, han...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Dynamic (non-string) variable name in Matlab 'save' function, using inputdlg
Hi everybody, Is it possible to define the name of 'save' function's variable dynamically by using inpudlg. I want to save a...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to make GUI components like edit, slider or popup-menu not to be passive in the first run of gui?
In my GUI, components like edit, slider, and popup menus are passive till they get touched. I have to touch them so they get act...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to pass values between callback functions in GUI?
I know my question have been repeated many time in this platform, but since I have tried some suggested answers and get nothing ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to imitate Matlab's plot function in plot function made by user?
I have created a plot function with three arguments as fun(xvar, norm1, var1) plot(xvar, fun(norm1,var1)) end My proble...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Reasons for shorter distance calculated by 'distance'?
What would be the reason for shorter distance calculated by the following code? clc X = [ 45.1612 ; 45.1585 ; 45.1252 ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to return to a pormpt-input line and continue from there a sequence of functions, for multiple time?
I have a huge matrix like [800k 6]. I have written a script that load the data and extract some part of that. The script are com...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to remove rows in a multidimensional matrix?
I have a three dimensional matrix (A) and I want to remove rows that contain 0. I tried to do this in a 'for loop', but it give...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to assign proper index within a for loop?
Hi, How can I assign proper index within 'for loops', so that I reach to values of all loops? For example, I have a matrix as f...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to force the intercept of a regression line to zero?
Hi; How to set the intercept of a regression line,, resulted from fitlm, to zero? clc X = 1:10 y = [1, 2, 2.9, 4, 5.1, 6, ...
mehr als 9 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
Making mesh from independent variables
I have three variables as vectors (X,Y,Z). They are Longitude, latitude and Depth, respectively. I wanna create a wireframe mesh...
mehr als 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
converting Excel serial number of "Time" to hh:mm:ss format
I have a problem with "time" data type, so that, I import time data from Excel to MATLAB, and it just give the Excel serial numb...
fast 14 Jahre vor | 2 Antworten | 1