Tagged Questions
3
votes
2answers
122 views
Linear regression in a chosen range of points
Hi I'm absolutely newbie in Mathematica and have following problem:
My list looks like {{50, 0.75}, {51, 0.76}, ..., and I want to choose a range out of my ...
2
votes
2answers
223 views
Finding a best fit curve and plotting it [closed]
I have a list as shown below:
m01 = {{250, 0.083121}, {200, 0.0888446}, {150, 0.0992422}, {100, 0.121567}, {50, 0.186825}}
I'm new to Mathematica, and would like ...
0
votes
1answer
111 views
System Identification with large Input/Output Data
I have some questions about system identification.
I made some measurement of current step (input) and voltage response(output) and I want to fine the parameters of my impedance.
The sample rate is ...