photo

Chien-Cheng Chiu


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
120,022
of 300,513

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,480

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

Feeds

View by

Question


initial boundary condition for neumann conditions
clear; clc; format long; % Thermal Diffusivity alpha = 0.1; % Length and Temperatures L = 1; % Number of Division...

5 years ago | 0 answers | 0

0

answers

Question


analytic solution with infinite sum
Hi, I am having trouble figuring out how to write the code for this function that contains an infinite series. Ti = 150; T1 =...

5 years ago | 1 answer | 0

1

answer

Question


How do I make two waves move simultaneously towards each other to see the change in amplitude?
a = -20; b = 20; n = 1000; T = 10; zeta = @(x) 1; alpha = @(x) 1.5*exp(-10*x.^2); beta = @(x) 1.5*exp(-0.25*(x-10).^2); ...

6 years ago | 1 answer | 0

1

answer