Feeds
提问
Help with a Lagrange interpolating polynomial
Hi all, I have a very large data set(2 columns of about 3800) in which I plotted in matlab. For this data set, i'm trying to ...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to find peaks of two arrays of same length?
Hi all, I have a csv file that I opened using csvread and then I set up my arrays as; Array1 = M(:, 1); Array2 = M(:, 2...
9 years 前 | 1 个回答 | 0
1
个回答提问
Root Finding using Secant method
I am currently trying to write a matlab code that will use the secant method to find a root of a function f(x) while only using ...
9 years 前 | 0 个回答 | 0
0
个回答提问
Trying to create a function to approx the sqrt of a number using this approximation
I have been trying to figure out this problem for a few hours and I cant seem to progress any further. I would greatly appreciat...
9 years 前 | 1 个回答 | 0
1
个回答提问
Help on this piece-wise function?
I am trying to make a function called f that satisfied the following criteria: For values of x>2, f(x) = x2 For values of x<=2...
9 years 前 | 1 个回答 | 0
1
个回答提问
Trying to calculate the square root of a positive number based on the “divide and average” scheme.
I am re-posting this as it would not post correctly earlier. I am trying to calculate the square root of a positive number, a...
9 years 前 | 1 个回答 | 0
1
个回答提问
How to make a function that returns the difference between the passed function's max and min value given a range of the independent variable?
I was given the task to develop a function M-file that returns the difference between the passed function's maximum and minimum ...
9 years 前 | 3 个回答 | 0
3
个回答提问
How to find min and max of a text file full of numbers?
I am trying to figure out how to find a specific value in a text file such as being able to find a min and max by MATLAB reading...
9 years 前 | 1 个回答 | 0
 
        