photo

laila bsr


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
2 个回答

排名
21,694
of 301,432

声誉
2

贡献数
2 个提问
2 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 21,280

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,555

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

已回答
How to find index of cell in excel using Matlab GUI??
I've finally found the solution ,: index=find(strcmpi('word to look for'),column or list where it's located))

10 years 前 | 0

| 已接受

提问


How to find index of cell in excel using Matlab GUI??
I've tried the equiv func and index = find(strcmpi('string to find',lookupArray(:))); but they didnt work :/

10 years 前 | 1 个回答 | 0

1

个回答

已回答
How to change the CloseRequestFcn ??
Hey I found a solution I added : *set(handlesname,'CloseRequestFcn',@myrequest)* and the code is : function myreque...

10 years 前 | 1

| 已接受

提问


How to change the CloseRequestFcn ??
I've tried to modify the CloseRequestFcn and add a questdlg but it doesn't work :/ Here is the code I used: * function my...

10 years 前 | 1 个回答 | 0

1

个回答