Statistik
15 Fragen
0 Antworten
RANG
18.598
of 295.527
REPUTATION
2
BEITRÄGE
15 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
2
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
Stand-alone application problem during execution.
Hi all, I have generated a stand-alone application with the Lcc32 compiler and the deploytool on MatLab 2013b. The applicatio...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Implement equation and solve variable
Dear Community, I need to implement the next equation in Matlab: ENOB = log2 (((2^B)*((2^L+1)^(1/2))*R^(L+0.5))/pi^L) ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Set listbox with excel content --Attempt to reference field of non-structure array
I have a GUI in which a want to set the content of an Excel file in a listbox, the code used is: [ndata, text, alldata] = x...
etwa 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Save axes plot as '.fig' in a GUI
I have a GUI in which one an axes is located with a plot and I would like to save this axes as '.fig' file. I have tried with : ...
etwa 11 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
Save GUI axes .jpg (cut-off)
I have a GUI which contains an axes('Graph1_axes') and I would like to save it in jpg fromat and with the legends. Right now Im ...
etwa 11 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Dynamic Legends plot option (error: two legend lines for each plot)
I have a function which makes a plot from different vectors, then each time that I add a new plot I need to add a new legend whi...
etwa 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Data type error using 'find'
I have a list of double values(Test.TempCcol_10) in which one I want to find the indexes where the doubles values match with con...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Getting value from a listbox. Error: Cell contents reference from a non-cell array object.
Im trying to get the value selected in a listbox(Temp_listbox) by a callback botton and the listbox contains cells of integers: ...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Callback_listbox1 event to change content of another listbox2
I have a listbox1 with different items and when one of these items is selected (e.g project1) this item is used as a field struc...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Listbox content from structure hierarchy (GUIDE)
I have a listbox in which one I would like to set as content the subfield names of a structure. Example: 'Database' is the...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Delete row from dataset array
I have a dataset array of strings and doubles, and I would like to delete the first row(completly), I mean the 2nd row will pass...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Search data in a dataset array
I have a dataset array which contains doubles and strings and I would like to search by variable names(columns) the intersection...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Find duplicated values in a row and rename
I have a data array (100:500), and for the first vector(1,:) I would like to find the duplicated string values(the data in each ...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to delete spaces and '[ ', ']' characters from all data array string cells?
I need to remove the spaces and '[', ']' characters from the cells of a data array, I have try with the cellfun function and wit...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Select the content of a cell of an array as variable name in a dataset?
I would like to change the dataset variable name with the content of one cell of another array but I got this error: Error us...
mehr als 11 Jahre vor | 1 Antwort | 0