photo

zhi zhu


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
86,567
of 300,780

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 21,086

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 2 个回答 | 0

2

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 2 个回答 | 0

2

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答