photo

Matthew Allred


Last seen: 대략 4년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

2 질문
1 답변

순위
213,518
of 301,540

평판
0

참여
2 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,319

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,260

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


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년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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년 전 | 0

질문


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년 전 | 답변 수: 2 | 0

2

답변