photo

Kim Lopez


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
0 답변

순위
40,804
of 300,381

평판
1

참여
12 질문
0 답변

답변 채택
83.33%

획득한 표
1

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


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, ...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


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...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 8년 전 | 답변 수: 2 | 1

2

답변

질문


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...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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);

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


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.

대략 8년 전 | 답변 수: 2 | 0

2

답변