photo

Joanie


Last seen: 約4年 前 2014 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to use if statement with ode23
I have a formula in the form of: dy/dt = f - a*y f(t) = x-k*t I can use the ode23 function to solve this for both: ...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Find if lines intersect
I have a matrix containing data for points on a vector v = [x;y]. let's say: % M = [v1_x1 v1_x2 v1_y1 v1_y2; v2_x1 v2_x2 v2...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Solve Ax=b with LU factorization
I'm trying to solve A*x = b with LU decomposition and back substitution. Where x is the unknown vector. A = 350 ...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


display extra value in datacursor
Is there a way to add other values to the datacursor? So besides x and y. I have an array with x and y values and a value d. ...

約10年 前 | 1 件の回答 | 0

1

回答

質問


How can I select a part of an array between NaN values
For example I have an array like this: T = [NaN NaN; 1 3; 2 4; 5 6; 8 7; NaN NaN; NaN NaN; 4 5; 6 7; NaN NaN; NaN NaN; 1 2;...

約10年 前 | 1 件の回答 | 0

1

回答

質問


how can I get the max of the values between NaN's in an array
I have an array like this one: T = [NaN NaN; ... 1 3; 2 4; 5 6; 8 7; NaN NaN; NaN NaN; 4 5; ...

約10年 前 | 3 件の回答 | 0

3

回答

質問


How can I find matching rows from three out of four colomns
I have a matrix with 4 columns, x y z and D, and a lot of rows. I want the program to find the rows where x, y and z are the s...

10年以上 前 | 2 件の回答 | 0

2

回答