Community Profile

photo

Muhammad Sinan


University of Electronic Science and Technology of China

Last seen: 4 months ago Active since 2019

Programming Languages:
Python, MATLAB
Spoken Languages:
English
Pronouns:
He/him

Statistics

All
  • First Submission
  • MATLAB Mini Hack Participant
  • Solver
  • Explorer
  • First Review
  • First Answer

View badges

Content Feed

View by

Submitted


sinan
The generated figures are added.

7 months ago | 2 downloads |

Thumbnail

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

Answered
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 ...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 0 answers | 0

0

answers

Question


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...

3 years ago | 0 answers | 0

0

answers

Answered
How 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...

4 years ago | 0

Answered
Function Error: Already declared
When define user function in MATLAB programming then you will need the following format. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...

4 years ago | 1