photo

Saad Almalki


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
32,654
of 300,343

REPUTATION
1

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
42.86%

VOTES RECEIVED
1

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


I modified the code more than once and every time there was an error, can someone tell me where the problem is and how to solve it?
function out = Crank_Niclson( D, u) beta=0.5; % where D = alpha * dt / dx^2 A=zeros(length(u),length(u)); B=u; B(2:end-1)=B...

3 years ago | 0 answers | 0

0

answers

Question


In what I missed
function [ val, ea, iter] = IterMeth(x , es, maxit) %%initialization iter=12; val = exp(1); xr = [ ]; ea =100; %iterative ...

5 years ago | 1 answer | 0

1

answer

Question


I have a problem with (IterMeth )
function [ val, ea, iter] = IterMeth(x , es, maxit) %initialization iter=1; val = 1; sol = val; ea =100; %iterative calcul...

5 years ago | 2 answers | 0

2

answers

Question


Hi I need help here with writing the "Error Estimates iterative methods" code.
Can you give me an example for "Error Estimates iterative Methods" code, or show me how I can get it?

5 years ago | 1 answer | 0

1

answer

Question


Question here Matlab basics,

5 years ago | 1 answer | 0

1

answer

Question


how to write this
how to write 9 * u(t-2) in matlab

5 years ago | 1 answer | 0

1

answer

Question


HOW to write cos^2(t) in matlap
HOW to write cos^2(t) in matlap

5 years ago | 1 answer | 1

1

answer