Feeds
提问
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...
10 years 前 | 0 个回答 | 0
0
个回答提问
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) ...
10 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 2 个回答 | 0
2
个回答提问
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 : ...
11 years 前 | 2 个回答 | 1
2
个回答提问
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 ...
11 years 前 | 1 个回答 | 1
1
个回答提问
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...
11 years 前 | 2 个回答 | 0
2
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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: ...
11 years 前 | 2 个回答 | 0
2
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 2 个回答 | 0
2
个回答提问
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...
11 years 前 | 2 个回答 | 0
2
个回答提问
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 ...
11 years 前 | 2 个回答 | 0
2
个回答提问
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...
11 years 前 | 2 个回答 | 0
2
个回答提问
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...
11 years 前 | 1 个回答 | 0