Feeds
提问
Using interpolation with interp1/interp2
So at the moment, I have a piece of code that can be simplified to this: v = linspace(0,20,200); lambda = 7; x_set = 0.4; x ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Using if-statements seperatly for each value in an array
I use if-statements which depend on a certain value. Now, instead of this single value, I have an array with a number of values ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Useful results from solve function
Hey, I'm trying to solve 2 equations using the solve function. The first one for beta, the second one for lambdai. For the firs...
4 years 前 | 1 个回答 | 0
