Statistics
2 Questions
0 Answers
RANK
185,385
of 301,261
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,209
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,690
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
Question
Error "Function definitions are not permitted in this context" in matlab R2014a
I've tried to solve this system of equations: y_1 '=y_2 and y_2 '=-y_1 as follows: clear all; clc; function dy = rigid(t,y) ...
5 years ago | 2 answers | 0
2
answersQuestion
Error "Attempt to execute SCRIPT ode113 as a function" in MTLAB R2014a
Hello everyone, I've tried to solve an ode problem with ode113 in MATLAB R2014a as follows: clear all; tspan = [0 5]; y0 = 0...
5 years ago | 1 answer | 0

