Statistics
RANK
35.041
of 295.689
REPUTATION
1
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
77.78%
VOTES RECEIVED
1
RANK
of 20.266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.317
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
Code not working.
Hi, I got this code on the mit website, However I am not able to run the code please have a look %-------------------------...
bijna 9 jaar ago | 1 answer | 0
1
answerQuestion
How can I read a text file with fixed widths in MATLAB
Hello, It's been a long day and I am trying to figure out how to import a text file which has fixed width data. I tried to writ...
meer dan 9 jaar ago | 2 answers | 0
2
answersQuestion
Importing line-by-line from a text file
Hi I have a problem choosing what kind of tool to import data from a text file. The data looks something like this although the ...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
Reading a text file
Hello I have this piece of code for opening a text file, but I cannot interpret some part of the code. fid = fopen(NBIFileN...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
Finding slope from a 2D plot
I have plotted a group of points using plot(x,y) command. The plot is non linear. I attached a picture with a line drawn on the ...
bijna 10 jaar ago | 1 answer | 1
1
answerQuestion
semilogx plot, scaling problem.
When I use the semilogx syntax with X axis to be scaled. <</matlabcentral/answers/uploaded_files/19333/porediavsvolume.jpg>>...
ongeveer 10 jaar ago | 2 answers | 0
2
answersQuestion
What is this error in Script file?
X=zeros (1,1301); time =0:0.05:65; k=0.05; for i=2:1301 X(i) = ((k*(0.293*X(i-1)^2)-(0.542*X(i-1))+0.354)*0.05...
ongeveer 10 jaar ago | 1 answer | 0
1
answerWhich function can be used?
Thanks for the answer, also If I have a quadratic expression on the rhs will this work. I tried to write like this. will this w...
ongeveer 10 jaar ago | 0
| accepted
Question
Which function can be used?
I have a function dA/dt= k(2-2.374A)/2.12 can I use ode45 here?
ongeveer 10 jaar ago | 2 answers | 0
2
answersQuestion
How do you write a pde func for a variable v in matlab, where the v is experimental data that are to be fit in a pde function to extrapolate the data. fro a longer time.?
How do you write a pde func for a variable v in matlab. The PDE equation is as follows, I simplified it with all the constants ...
ongeveer 10 jaar ago | 1 answer | 0