Statistics
RANK
261 379
of 300 365
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20 933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168 262
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
Plotting graph using arrays
x=zeros(1,10); x(2:4) =1; y= linspace(0,10,10); plot(y,x) <</matlabcentral/answers/uploaded_files/92133/Untitle...
ungefär 8 år ago | 1 answer | 0
1
answerAnswered
Tridiagonal matrix (thomas algorithm)
%of the form AX=B n=input('enter the order for the matrix'); for(i=1:n) for(j=1:n) a(i,j)=input('enter t...
Tridiagonal matrix (thomas algorithm)
%of the form AX=B n=input('enter the order for the matrix'); for(i=1:n) for(j=1:n) a(i,j)=input('enter t...
nästan 10 år ago | 0
