Statistics
15 Questions
0 Answers
RANK
18.598
of 295.486
REPUTATION
2
CONTRIBUTIONS
15 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
2
RANK
of 20.236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan 10 jaar ago | 0 answers | 0
0
answersQuestion
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) ...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 11 jaar ago | 2 answers | 0
2
answersQuestion
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 : ...
ongeveer 11 jaar ago | 2 answers | 1
2
answersQuestion
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 ...
ongeveer 11 jaar ago | 1 answer | 1
1
answerQuestion
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...
ongeveer 11 jaar ago | 2 answers | 0
2
answersQuestion
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...
ongeveer 11 jaar ago | 1 answer | 0
1
answerQuestion
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: ...
meer dan 11 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 11 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 11 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 11 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 11 jaar ago | 2 answers | 0
2
answersQuestion
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 ...
meer dan 11 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 11 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 11 jaar ago | 1 answer | 0