Community Profile

photo

Joanie


Last seen: 3년 초과 전 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: ...

6년 초과 전 | 답변 수: 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...

6년 초과 전 | 답변 수: 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 ...

6년 초과 전 | 답변 수: 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

답변