Community Profile

photo

Nathan Lawira


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Analyzing a Large Amount of Data in a CSV file
Hello. So I am tasked for one of my projects to analyze over a hundred thousand lines of data in a .csv file. I decide to use Ma...

2 years 前 | 2 个回答 | 0

2

个回答

提问


I need to make a function that solves the first derivative of a function using forward finite difference. I've tried creating the function but I encountered an error.
I tried doing: function f = q3func(x) f=(x.^3)-(x.*2)+4; end function [firstderivative] = forwarddiff(func,inter,stepsize)...

2 years 前 | 1 个回答 | 0

1

个回答