photo

Kim Lopez


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

12 Questions
0 Answers

RANK
40 810
of 300 392

REPUTATION
1

CONTRIBUTIONS
12 Questions
0 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
1

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 373

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

  • Thankful Level 3

View badges

Feeds

View by

Question


Pass data from figure to main GUIDE pushbutton callback function
I created a pushbutton in main gui using guide and also programmatically created a figure with pushbutton which inputs data. How...

nästan 8 år ago | 1 answer | 0

1

answer

Question


Add row of uitable using UICONTROL
How can increase the number of row of the uitable using uicontrol as shown on the image. I have this code but I can't find a way...

nästan 8 år ago | 1 answer | 0

1

answer

Question


Place a pushbutton on uitable to display new input data
How to create a pushbutton programmatically in an editable uitable to refresh the newly input data. I have this sample code, ...

nästan 8 år ago | 1 answer | 0

1

answer

Question


Place editable table in GUI when pushbutton is pressed
Is it possible to place an editable table in GUI when I press the pushbutton as shown on the attached image? The new editable ta...

nästan 8 år ago | 0 answers | 0

0

answers

Question


Is it possible to place format specifier in figure window tittle of uitable?
I want to add a title on my uitable with this code. But it did not work. for n = 1:total f(i) = figure('Posit...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


Compare two data in a column of matrix
Suppose i have a table with the following data below. Column C should be compared to column A. In the table, since -150 in colum...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


Store data into new variable in for loop
Suppose I have a for loop function, I want to store the result into a new variable once the loop iterates. How can I implement t...

ungefär 8 år ago | 2 answers | 1

2

answers

Question


Determine identical value of a column
Supposed i have this table, values in row 2 and row 3 in column1 are identical, same also at row 6 and row 7. Is there a way I c...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


Undefined operator '-' for input arguments of type 'cell'.
Having this error. I just want to subtract the data in my cell. l = Data(:,total+4); b = Data(:,total+5); disp(l-b);

ungefär 8 år ago | 1 answer | 0

1

answer

Question


Multiply the data of the column with user input value size of the matrix
For example, the user input a value for the size of the matrix using the variable n. Then multiply the data of the column for ea...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


Error while evaluating UIControl Callback
function gcopt_Callback(hObject, eventdata, handles) gen = str2num(get(handles.generator,'String')); rate = str2num(get(...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


Count numbers from 0 to a value input by the user in uitable
Assuming the user input a value which is 8. Then display the result in column from 0 to 8 as shown on the image.

ungefär 8 år ago | 2 answers | 0

2

answers