photo

Mahdi Hayati


Last seen: 11 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

Spoken Languages:
English

统计学

MATLAB Answers

9 个提问
4 个回答

排名
11,420
of 300,365

声誉
4

贡献数
9 个提问
4 个回答

回答接受率
44.44%

收到投票数
0

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,262

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 2

查看徽章

Feeds

排序方式:

已回答
Counting zeros which are lying between nonzero elements by considering consecutive zeros as a single element in a matrix
Hi. you can use diff() function to find number of times that elements of each row, turn from 1 to 0. for example for the first ...

2 years 前 | 0

提问


Using matlabFunction to run solve() in a deployed app
Hi. I'm trying to use matlabFunction to run solve() statements, so the app will be deployed fine. I have this example code: if ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Problem with selecting location in appdesigner
Hi I am developing an app with appdesigner. one part of it, I have a button that when user clicks on it, a window opens to sel...

2 years 前 | 2 个回答 | 0

2

个回答

已回答
Create and save figure without drawing
To save figure as picture in your system, without actually showing the figure, first make your figure invisible: f = figure('vi...

3 years 前 | 0

| 已接受

提问


how to deploy an app which contains 'syms' and 'solve' functions
Hi. I've made an app using appdesigner, which contains lots of syms and solve functions. Everything works well in appdesigner, ...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Vertical scroll does not work, can't properly resize APP (Matlab app designer)
give a little space from right and down of your app. your main figure should be bigger in size than your panels, so the scroll o...

3 years 前 | 0

提问


MATLAB Runtime Installer Location
I have a .mlapp file made by appdesigner, now I want to compile it into an .exe file that can be used in other computers which d...

3 years 前 | 1 个回答 | 0

1

个回答

提问


how to add one report to another report with MATLAB report generator
I have made a document with mlreportgen like this: import mlreportgen.report.* import mlreportgen.dom.* Rprt = Document(FileN...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Using a variable which is defined in a loop inside a nested function
hi. I have this code: for i = 1:5 if A(i) == 1 ......... end end and I get this error: " Outer loop in...

3 years 前 | 1 个回答 | 0

1

个回答

提问


delete an element from string
hi I have this string: str = ["a" "b" "c"] which gives: "a" "b" "c" how can I have this new string with the previouse one: ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Reset Button in appdesigner
hi I have an app which has lots of numeric EditFields that get data from the user. how can I write a callback Fcn for a button...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
why report generator does not work when I deploy an app made by appdesigner?
I found the solution. befor writing those " import mlreportgen....." add this code: makeDOMCompilable(); it works.

3 years 前 | 0

| 已接受

提问


why report generator does not work when I deploy an app made by appdesigner?
Hello. I've made an app using appdesigner, which has a push button. In the button's callback, I've written a code which gives a...

3 years 前 | 1 个回答 | 0

1

个回答