Statistics
RANK
211,893
of 258,335
REPUTATION
0
CONTRIBUTIONS
4 Questions
4 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
499 of 17,802
REPUTATION
3,216
AVERAGE RATING
2.90
CONTRIBUTIONS
3 Files
DOWNLOADS
140
ALL TIME DOWNLOADS
31577
RANK
of 110,436
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
Content Feed
Question
Shooting method for PDE
Hello all, There is a paper which I was going through (attached), where there are two equations which I would like to solve. Eq...
7 years ago | 1 answer | 0
1
answerSubmitted
Runge Kutta 4th order ode
solves ode using 4th order Runge Kutta method
9 years ago | 142 downloads |
Question
time series
Hello, If I have two vectors in excel file: col A 0.34 0.65 0.21 0.54 0.34 0.89 . . col B (22/01/2012 08:10:30...
10 years ago | 1 answer | 0
1
answerTangent
Hi Andrew, I am curious to know if I want to measure angle between tangent line and X or Y axis, how can I do that? Thanks...
11 years ago | 0
Question
Error Bars
hi, I have some errors on x and y axes and I am able to plot error on the y axis by using errorbar. I am not able to plot err...
11 years ago | 2 answers | 0
2
answersTangent
Thanks Andrew. Kindly check my this approach. function tangent1 close all; clear all; clc; format long; %% x = [1....
11 years ago | 0
Question
Tangent
Hi, I have x and y values which represent some sort of sin wave but I don't know the function. something like x = [1.1909845...
11 years ago | 4 answers | 0
4
answersSubmitted
6th order Runge-Kutta ODE
It calculates 6th order RK ODE using Fehlberg formulation.
11 years ago | 3 downloads |
Submitted
Linear Interpolation
This program calculate approximated value of x at a certain value of t using linear interpolation.
11 years ago | 4 downloads |