hang dong
2019년부터 활동
Followers: 0 Following: 0
Feeds
질문
how to write a program on matlab
I have a program written on Matlab as follows: if nargin <2 error('PERMS1:minrhs','Two Input Arguments are required.') en...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Use for loop in array
How to use the for loop in array with a start value of 0?
5년 초과 전 | 답변 수: 1 | 0
1
답변1
답변질문
how to write an array to file
how can i write the result of an array to a txt file, or excel I want to record the array S values to a file please help me ...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to calculate math expressions in matlab
How can we calculate when know n=8, P = [ 1 2 3 4 0 7 6 5], c_i is the number of elements of the set { j > i, pj < pi } 0 ...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to calculate math expressions in matlab
How can we calculate when know n=8, P = [ 1 2 3 4 0 7 6 5], ci is the number of elements of the set { j > i, pj < pi } plea...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
Convert string form to array form on Matlab
How to convert string form into array and from array to string on Matlab? exam : '1234' ---> [1 2 3 4] [1...
5년 초과 전 | 답변 수: 2 | 0
2
답변질문
Retrieve data of a row in the table
I have a table with 2 columns as follows: pos column consists of integers from 1 -> n, iwant column contains permutatio...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Search for values in the table
I want to find an element in the table exam: from pos = 11 i can find iwant = 542013
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
extract 1 row data of 1 table
I want to extract the data of a row in a table, how to do it exam: Name address ...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to from I(x) to permutation and from permutation to I(x)
I have the following table: I Permutation 0 0 1 2 3 1 ...
5년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
case of two mappings
mapping1: permutation [0 1 3 2] mapping2: permutation [0 3 2 1] The combination of these two mappings will be a permutation I ...
case of two mappings
mapping1: permutation [0 1 3 2] mapping2: permutation [0 3 2 1] The combination of these two mappings will be a permutation I ...
5년 초과 전 | 0
질문
case of two mappings
Hi everyone! I am having difficulty in the combination of the two mappings, I have tried many times but still have not found a...
5년 초과 전 | 답변 수: 3 | 0
3
답변질문
Write a program to calculate Lehmer code on matlab
Hello everyone. I want to write a program to calculate Lehmer code on matlab. The calculation formula is shown in the following ...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to list permutations of n element strings on Matlab?
hi everyone. I have a problem. I don't know how to start writing a program list permutations of n element strings on Matlab. m...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to create a permutation table on Matlab?
Hello every one. My name is Hang. I'm working on a graduation project, I have a little bit of hope for people to help me. I wa...
5년 초과 전 | 답변 수: 1 | 0