![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15906343_1564824392952_DEF.jpg)
rohini more
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
194,929
of 297,016
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Feeds
Question
Index exceeds the number of array elements
>> run_LE_FO_a p_step = 1.499999999999999e-03 Index exceeds the number of array elements. Index must not exceed 1. Erro...
2 years ago | 1 answer | 0
1
answerQuestion
Representation of matrix in term of sets
Code: n=3 A = eye(n); idx = randperm(n); A = A(idx, :) for i=1:n for j=1:n if A(i,j)~=0 && A(i,i)~=1 ...
3 years ago | 1 answer | 0
1
answerQuestion
Randomly splitting of a number in a sum format.
Suppose n=5 we can split this number like 5=3+2,4+1..... so on. But I just want to select a only one sum but randomly and I w...
4 years ago | 2 answers | 0
2
answersQuestion
Example of Partition of set
Suppose [5]={1,2,3,4,5} I would like to split the 5 in matlab in the following way 5=h1+h2+h3 where h1=1,h2=3,h3=1 (we can ta...
4 years ago | 1 answer | 0
1
answerQuestion
Partition of a set.
consider a partition of X= with where denotes the union of disjoint sets. Remark that , I would like to implement the ...
4 years ago | 2 answers | 0
2
answersQuestion
Implementation java code into Matlab code
I would like to convert the java code(which is attached in the file) to matlab code. Please help me. Thanks in advance
4 years ago | 1 answer | 0