photo

Joanie


Last seen: 대략 5년 전 2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

7 질문
0 답변

순위
81,847
of 300,365

평판
0

참여
7 질문
0 답변

답변 채택
57.14%

획득한 표
0

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
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: ...

대략 8년 전 | 답변 수: 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...

대략 8년 전 | 답변 수: 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 ...

대략 8년 전 | 답변 수: 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. ...

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

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

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

11년 초과 전 | 답변 수: 2 | 0

2

답변