photo

Matlab Rahool


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
290,903
of 301,175

REPUTATION
0

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,185

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,238

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Answered
An example of using crammers rule or geuss elimination?
Crammers A = [ ...]; b = [...]'; [nr,nc] = size(A); x = cram_rule(A,b); fprintf('****************\n') for i = 1:nr fp...

7 years ago | 0

| accepted

Question


An example of using crammers rule or geuss elimination?
Just looking for a good example

7 years ago | 2 answers | 0

2

answers

Answered
Solving system of ODE using ode45 in matlab
clc clear n = 30; t = [0 0.52 1.04 1.75 2.37 3.25 3.83]'; x = [153 185 208 249 261 271 273]'; tt = linspace(t(1),t(end),n);...

7 years ago | 0

| accepted

Question


Solving system of ODE using ode45 in matlab
an example of using 2 to 4 ode's

7 years ago | 1 answer | 0

1

answer