photo

Alexander Singh


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
198,081
of 300,352

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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


hi i have a problem. i need to get more answers of T(z) by changing the value of K and put the values in a table, then plot the values. the value of T(z) can't surpass 372.
% 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 | 0 answers | 0

0

answers

Question


how do i find the interception of these two fuctions i1 and i2
% hemuppgift 3 a = 0.5; ih = 10.^-7; iz = 10.^-5; F = 96485; R = 8.134; T = 298.15; h= 0.0001; x = -1:h:1; z1 = -1.87:h...

4 years ago | 1 answer | 0

1

answer

Question


why do i get '' Error using / Arguments must be numeric, char, or logical.'' for the line where i have f=
L = 2; N = 500; a = 0; b = L; Ra = 300; Rb = 400; h = (b-a)/N; k = @(xj) (5 + (1/6)*xj.^2); xj = (a+h):h:(b-h);...

4 years ago | 2 answers | 0

2

answers