KANCHAN PATIL
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
275,392
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
I need to develop a code of one PDE using Lax Wendroff method.
<</matlabcentral/answers/uploaded_files/64528/Capture.PNG>>
8 years ago | 3 answers | 0
3
answersQuestion
How to store values in workspace without using fprintf? but syntax should be quite similar to that of fprintf
a=[200 250 300]; b={}; % now I want this b should store values related to <200, 200-250, 250-300, >300, etc. % like b...
8 years ago | 2 answers | 0
2
answersQuestion
How to create a bucket in a bucket bucket using MATLAB R213nb
I want to create bucket in bucket using MATLAB R2013b
8 years ago | 1 answer | 0
1
answerQuestion
How to store different results of for loop in same or different arrays, avoiding the overwriting of the results? (in MATLAB R2013b)
A=[200 250 300 250]; Len(A)=length(A); for k=1:1:(Len(A)-1) T1=A(k); T2=A(k+1); end j=1; for i=1:1:L ...
8 years ago | 1 answer | 0