Relly Syam - MATLAB Central
photo

Relly Syam


Last seen: 約2年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 03/21 to 04/25Use left and right arrows to move selectionFrom 03/21Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

15 質問
1 回答

ランク
244,098
of 298,086

評判
0

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

回答採用率
40.0%

獲得投票数
0

ランク
 of 20,530

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,316

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

回答済み
can anyone help me fix this? I want to create two conditions for K
% I want to try run this with different case i.e. when 0<=i<=0.5 then K(j,k+1)=int((x-[i(j)])*euler(k,x),x, [0,i(j)])...

3年以上 前 | 0

質問


can anyone help me fix this? I want to create two conditions for K
% clc; clear; format long e %untuk N=10 syms x if i==0:.1:0.5 for k=0:10 for j=1:11 K(j,k+1)=int((x-[...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


how do i write this in matlab?
<</matlabcentral/answers/uploaded_files/702222/IMG_20210804_081917.jpg>> E_n, n=0,..,10 is an Euler polynomial

3年以上 前 | 1 件の回答 | 0

1

回答

質問


write this in matlab?
<</matlabcentral/answers/uploaded_files/701192/IMG_20210803_091004.jpg>>

3年以上 前 | 1 件の回答 | 0

1

回答

質問


can anyone help me run this, or get this running
clear; clc; format long e tic %bagian n=10 ; syms c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 t r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


how to zoomed plot in same figure
% clear; clc; format long e tic %bagian n=10 syms c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 t r0 r1 r2 r3 r4 r5 r6 r7 r8 r9...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


how to zoomed plot in same figure
% clear; clc; format long e tic %bagian n=10 syms c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 t r0 r1 r2 r3 r4 r5 r6 r7 r8 r9...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


can anyone help me show the result
%clear; clc; format long e tic %bagian n=10 syms c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 t r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


can anyone help me show the results?
% clear; clc; format long g tic syms c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 t r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 c0=0; c1=...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


can anyone help me graph numerical solutions and exact solutions
% clear; clc; format long g syms c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 t r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 c0=0; c1=1/1...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


can someone help me run this
% clear; clc; format long g syms c0 c1 c2 c3 t r0 r1 r2 r3 c0=0; c1=1/3; c2=2/3; c3=1; r0=0; r1=1; r2=2; r3=3; Eval...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


How do I create a for loop for the this example?
% clear clc syms E0 E1 E2 E3 c0 c1 c2 c3 t r0 r1 r2 r3 K0 K1 K2 K3 format long c0=0 c1=1/3; c2=2/3; c3=1; r0=0; r1=1; r2...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


can anyone help me prepare the code
clear clc syms E0 E1 E2 E3 c0 c1 c2 c3 t r0 r1 r2 r3 K0 K1 K2 K3 format long c0=0 c1=1/3; c2=2/3; c3=1; r0=0; r1=1; r2=2; r3=3;...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


euler polynomial into a matrix form
Matlab code hello anyone can help me I want to find an approximate solution for volterra integral with truncated euler seri...

約4年 前 | 0 件の回答 | 0

0

回答

質問


Can anyone explain what this means. "Warning: Matrix is ​​singular to working precision. "
<</matlabcentral/answers/uploaded_files/564456/IMG_20210327_200548.jpg>>

約4年 前 | 1 件の回答 | 0

1

回答

質問


how to run c at intervals [0, 1] with a jump of 0.5
s=3; E=[]; for i=1:s for j=1:s E(i,j)=euler(i,c); end end E

約4年 前 | 1 件の回答 | 0

1

回答