Muhammad Sinan
University of Electronic Science and Technology of China
Followers: 0 Following: 0
Python, MATLAB
Spoken Languages:
English
Pronouns:
He/him
Statistics
RANK
21,351
of 295,467
REPUTATION
2
CONTRIBUTIONS
4 Questions
3 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
19,108 of 20,234
REPUTATION
0
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
2
ALL TIME DOWNLOADS
7
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
3 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
3 years ago
two-step Adams Moulton method
Hi @POLLY! The only things need to correct is the discretization in iteration, here is the code % iterate for i = 3:length(n)...
3 years ago | 0
Question
How do I set each legend on the curve in multiple plot?
Dear friends! I have multiple curves plot for which I need to specify the legends automatically. I use the following script in ...
4 years ago | 1 answer | 0
1
answerQuestion
Solution of system of Delayed ordinary differential equation
Dear sir madam, I want you to solve the Ordinary Delayed Differential Equations model. The equation solved in the documentations...
4 years ago | 1 answer | 0
1
answerQuestion
Solution of system of Delayed ordinary differential equation
Dear sir madam, I want you to solve the Ordinary Delayed Differential Equations model. The equation solved in the documentations...
4 years ago | 0 answers | 0
0
answersQuestion
Solution of system of Delayed ordinary differential equation
Dear sir madam, I want you to solve the Ordinary Delayed Differential Equations model. The equation solved in the documentations...
4 years ago | 0 answers | 0
0
answersHow to find error of Fourth Order Runge-Kutta method?
Hello Dear; Please study the file using the following link. https://www.researchgate.net/publication/31135539_Error_estimate_f...
5 years ago | 0
Function Error: Already declared
When define user function in MATLAB programming then you will need the following format. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...
5 years ago | 1