photo

越琪 吴


Last seen: 約5年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
123,725
of 300,753

評判
0

コントリビューション
7 質問
0 回答

回答採用率
28.57%

獲得投票数
0

ランク
 of 21,075

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

コントリビューション
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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 1 件の回答 | 0

1

回答