photo

Matthew Allred


Last seen: 約4年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
1 回答

ランク
213,449
of 301,478

評判
0

コントリビューション
2 質問
1 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,296

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,719

コントリビューション
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

回答