Nur Amalina
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
153,904
of 294,599
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,131
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 152,091
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
animate 2d plot
Hi, All! Say i have 2 variable, x1 and x2. I wanna plot (x1, x2) and animate it over time. i've tried this code: x = [1 2;2 1;...
4 years ago | 1 answer | 0
1
answerQuestion
3 d array to 2d array
Hi All! I am trying to fix this code e = [0 1 0 1;1 0 1 1;0 1 0 1;1 1 1 0]; x = [0;0;0;0;0;0]; a1=2; a2=4; for t = 2:100...
4 years ago | 0 answers | 0
0
answersQuestion
generating sequence number with time sampling
Hi all! I need to update the value of a. for t=1:1000. while there is time sampling tk which has the sequence like this [0 2 5...
4 years ago | 1 answer | 0
1
answerQuestion
combining 3 for loops
Hi, All! I have 3 "for" loops but i confuse when combining one and another. I need vector u, depend on x(j)-x(i) and x(i,t)-x(i...
4 years ago | 1 answer | 0
1
answerQuestion
matrix multiply by array xi=xj
Hi, All! say, i have a matrix: eij= [0 1 0 1;1 0 1 1;0 1 0 1;1 1 1 0]; x1=1; x2=2; x3=3; x4=4; how can i make array xj and ...
4 years ago | 2 answers | 0