photo

越琪 吴


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
182,186
of 300,980

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 21,128

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,167

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


use recursion to generate random permutations
a) Write a recursive algorithm that takes as input a set of elements and an integer l, and returns all their permutations of le...

5 years 前 | 1 个回答 | 0

1

个回答

提问


when output, matlab shows <missing>?
I wrote a recursive function to generate a car plate for each car function plate=plates(n,plate) if n<1 return else ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Operator ':' is not supported for operands of type 'polyshape'.
Hello, I am getting this error: Operator ':' is not supported for operands of type 'polyshape'. Here my code: b1(i)=b1(i)-3; ...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Index in position 2 exceeds array bounds?
I wrote the at the beginning of my code jaywalk=zeros(1,n); then I changed the values in jaywalk at the end of my code, I wr...

5 years 前 | 1 个回答 | 0

1

个回答

提问


save the change to a variable in a function
In my project, I need to use some functions periodicly. But I found that even the value of a variable is changed in the first fu...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to display exactly 2^64?
I want to display 2^64 exactly as 18446744073709551615, without e. Without using vpa(), how can I display18446744073709551615? ...

5 years 前 | 4 个回答 | 0

4

个回答

提问


How to display plot and rectangle at the same time?
I want to display some lines and some moving rectangles at the same time in the same frame. I use plot() to draw the lines, and ...

5 years 前 | 1 个回答 | 0

1

个回答