Feeds
提问
I am looking into how to create a function that would calculate the first derivative of a data set using the finite difference methods
Hi I have a project where I need to complete the following problems. I am having issues with my function and having it run with ...
3 years 前 | 1 个回答 | 0
1
个回答提问
I'm trying to solve two non-linear equations using fsolve
Hi I am trying to solve the two non-linear equations below with the initial x = 6 and y =6. I keep getting errors shown at the b...
3 years 前 | 1 个回答 | 0
1
个回答提问
How to plot a polynomial?
Hi I am trying to plot this polynomial but it keeps graphing as a straight line. Can anyone help? %% Part 2 % This is the gr...
3 years 前 | 1 个回答 | 1
1
个回答提问
Finding a single root of x^(3.6)=75
Hi, the question is to use MATLAB to determine the real root of x^3.6 = 75. I thought I could use the fzero code and wrote this ...
3 years 前 | 1 个回答 | 0
