photo

越琪 吴


Last seen: nästan 5 år ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
176 219
of 300 343

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
28.57%

VOTES RECEIVED
0

RANK
 of 20 926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

ungefär 5 år ago | 1 answer | 0

1

answer

Question


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 ...

ungefär 5 år ago | 1 answer | 0

1

answer

Question


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; ...

ungefär 5 år ago | 0 answers | 0

0

answers

Question


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...

ungefär 5 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 5 år ago | 0 answers | 0

0

answers

Question


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

ungefär 5 år ago | 4 answers | 0

4

answers

Question


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 ...

ungefär 5 år ago | 1 answer | 0

1

answer