photo

Matthew Allred


Last seen: 4 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
263,300
of 301,432

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

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

Question


I'm getting an error in my program for Adams predictor corrector method. It is relating to a sym being assigned to a double vector.
My program looks like this function [t,y]=newPC(s,A,B,N,ALPHA) syms('T', 'W', 'I', 'K1', 'K2', 'K3', 'K4', 'T0', 'W0', '...

4 years ago | 1 answer | 0

1

answer

Answered
How can i use a vector variable inside a function normally
I was able to find the corrected code f = @(tspan) (tspan-2+2.^(1/2).*exp(1).*exp(-tspan.*(1/2))).^2 It appears i just nee...

4 years ago | 0

Question


How can i use a vector variable inside a function normally
I have this code i'm trying to get to run % This is a driver program which calls different methods at same place clc forma...

4 years ago | 2 answers | 0

2

answers