photo

Ammar Anayi


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
248,117
of 300,364

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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 1

View badges

Feeds

View by

Question


Hello, I have a code for determining a temperatur after a distance form a start temperature. In the code, there is a K value which is at 1. I want ti interpoliate T(z) of K.
% Uppgift 2A.1 %a) a = 0.01; b = 0.02; % enheten meter Ti = 723; % Dirichlet, enheten K Te = 293; % Neumann, enheten K K...

4 years ago | 1 answer | 0

1

answer

Question


i have a problem with my plot, i am not getting any values and the system gives me an empty plot.
a = 0;5; i0H2 = 10^(-7); i0Zn = 10^(-5); C = 7; R = 8;314; T = 298;15; F = 96485; E0H2 = -0;83; E0Zn = -1;27; ...

4 years ago | 1 answer | 0

1

answer

Question


I have a problem with dimensions of vektor and matrix, i do not know why my f vektor is 11x1, it should be 9x1 to be compatible with my matrix A which is 9x9.
u_exact = @(x) ( 300 * exp(-(x-1).^2) ); % exakt lösning L = 2; a = 0; b = L; ga = 300; gb = 400; % RV px = @(x) ( 5 + ((1/...

4 years ago | 1 answer | 0

1

answer