photo

Zahrah Walid


自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
7 个回答

File Exchange

1 文件

Cody

0 个问题
43 个答案

排名
4,320
of 299,791

声誉
12

贡献数
0 个提问
7 个回答

回答接受率
0.00%

收到投票数
0

排名
17,288 of 20,807

声誉
4

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
44

排名
9,759
of 165,966

贡献数
0 个问题
43 个答案

评分
630

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • Community Group Solver
  • Solver
  • First Answer
  • First Submission

查看徽章

Feeds

排序方式:

已回答
How to find value of large area based different values of small area?
I'm not completely sure that I got your question but as far as I understand you want to implement this algorithm using MATLAB; i...

3 years 前 | 0

已回答
How to calculate the number of sub files?
You can use: fds = fileDatastore("folder/file path", 'ReadFcn', @load); %you can use (fullfile) function to enter the file path...

3 years 前 | 0

| 已接受

已回答
Save two variables generated within a for loop
Variables generated inside a function are locl variables inside the function only. you can return the wanted variables from you...

3 years 前 | 0

| 已接受

已回答
how to display those value of M, which is only less than 1?
I'm not sure if you want to replace the values higher than 1 by one specific value or you want to remove them completely; if it ...

3 years 前 | 0

已回答
while loop keeps running forever
First, it's "end" not "endwhile" for closing the loop. Second, the condition must be logical value; in other words, you should ...

3 years 前 | 0

| 已接受

已回答
Change of variables with a double integral
Example to illustrate the flow: syms u v %integration limits x_min=0; x_max=1; y_min=2; y_max=4; F_original=@(x,y) x*y...

3 years 前 | 0

已回答
How do I get sliders to change the background color/ RGB values of axes in a GUI?
You should add "SliderchangingValue" callback functions for the three sliders and add their "changingValue"s to app properties w...

3 years 前 | 0