![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17765864_1583825578539_DEF.jpg)
Mathew Aibinu
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 157,687
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Computing error and plotting its graph
%This compares the exact and approximate analytical solutions of the logistic %model clear all; close all; xx=1.0; %%main lo...
3ヶ月 前 | 1 件の回答 | 0
1
回答質問
Incorrect dimensions for matrix multiplication
clear all; close all; % param value k0 = 0.244; p=536.2; q=0.0000376; % the function k = @(t,u) (k0 + (p*k0.^u-q*k0)*t +(p*k...
9ヶ月 前 | 1 件の回答 | 0
1
回答質問
The graph is not displayed
close all clear all x0 = 100; r=1.02; for j=1:1:5 x(1) = x0; x(j+1) = r*x(j); end plot(j, x(...
1年以上 前 | 1 件の回答 | 0
1
回答質問
The matlab code does not display the graph with Matlab R2015a
clear all; close all; syms k t I_0=1; mu=1.5; lambda=0.3; gamma=0.1; t=0:1:20; y=I_0*symsum((-lambda *t.^(mu)).^k/(2.^((k*(...
2年弱 前 | 2 件の回答 | 0