Community Profile

photo

NikePro


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 3 answers | 0

3

answers

Question


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

8 years ago | 1 answer | 0

1

answer