photo

moji


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
83,158
of 300,611

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
42.86%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,811

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

  • Thankful Level 1

View badges

Feeds

View by

Question


importing excel into matlab
I am pretty new to MATLAB, I have these two questions: 1.I want to import two columns of excel spreadsheet into MATLAB. After i...

10 years ago | 1 answer | 0

1

answer

Question


where is the mistake in this code?
v=0.25; x= 60; D=0.01; kmax=3.1624E-5; X=1; Ks=8.9550E-5; a0=1; t=1:56; for tt= 1:1:length(t) ...

11 years ago | 3 answers | 0

3

answers

Question


solving ODE equations in matlab
I need help to solve this equation in matlab: a * dc(x,,y, t)/dt + b * dC(x,,y,t)/dx - e * d2c(x,y,t)/dx2 - h * d2c(x,y,t)/dy...

11 years ago | 0 answers | 0

0

answers

Question


solving a equation in MATLAB
I want to solve an equation with one variable changing in time and space. I have boundary and initial conditions. How can I writ...

11 years ago | 1 answer | 0

1

answer

Question


Reading data from textfile
I have one column of data with 600 rows and I want to know what does this statement do: Column = data(1:11:end-10)

11 years ago | 1 answer | 0

1

answer

Question


the if statement with and/or
Is this right? If a and b and c and d <= 100 {statement} end

11 years ago | 1 answer | 0

1

answer

Question


How can I read from a text file
I have one column with 641 rows. I want to read rows number 1,2,12,22,23 and take the mean of all 5 numbers in these rows. How c...

11 years ago | 1 answer | 0

1

answer