Community Profile

photo

zhi zhu


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Matlab modify inputdlg buttons
I am writing a program using inputdlg function, and inputdlg came with a dialog box with an 'OK' and 'cancle' button. And I do n...

7 years ago | 1 answer | 0

1

answer

Question


matlab uicontrol using figure
So I have this code written, works completely but I just want to know are there's anyway to implement it so it's shorter, like u...

7 years ago | 2 answers | 0

2

answers

Question


matlab GUI/UICONTROL display text and numeric data in figure
I want to create a figure named 'Data' and have it display numeric data and text in it like below. also I want a quit button on ...

7 years ago | 1 answer | 0

1

answer

Question


help with sort function
I am writing my own sorting function, I've gotten the minimum value for the array and set that to the other array, and I couldn'...

7 years ago | 2 answers | 0

2

answers

Question


matlab indexing and swapping
x = [6 5 3 5 9 10 438 4 1 4 7 0 4 8 4 2]; len = length(x); minval = x(1); for n = 1:len for i = 1:len if x(i...

7 years ago | 1 answer | 0

1

answer

Question


self made sorting numbers function
I am trying to write my own sort function.. it gave me an error idk how to fix. for j = 1:length(x) for i = 1:length...

7 years ago | 1 answer | 0

1

answer

Question


exist function check file
I am trying to use checkfile = exist(inputdlg('Enter the name of the file you wish to analyze input with document type','Fil...

7 years ago | 1 answer | 0

1

answer