photo

I CHUN LIN


Last seen: 2년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
1 답변

순위
16,683
of 300,392

평판
2

참여
5 질문
1 답변

답변 채택
20.0%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
How can I solve the error "unable to convert to matrix form because the system does not seem to be linear"
You can not use matrix if the system is non-linear, maybe try fsolve or vpasolve. The two-variables system example: fun = @roo...

2년 초과 전 | 1

질문


How to numerically solve system of equations and differential equations simultaneously?
Hi all, I have 3 variables A, B, C, where A and B can be solved by system of equations. For example, A + B = C + 6 A - B = 2*...

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

3

답변

질문


How to expand the solve answer?
Hi, when I run the code clear; clc; syms x y = 3*x.^2 - 10*x + 1.01; solve(y == 1, x) this give me the answer 5/3 - 2497^...

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

2

답변

질문


Can't use toolbox
Hi, I want to run the code: clear clc syms k y = symsum(k^2,k,0,10) but the result says: 'syms' requires Symbolic Math To...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


for loop for matrix
Hello everyone, I have 3 matrix: x = [1, 2, 5]; y = [0.1, 0.5, 10]; z = [10 20; 30 40]; and one output: a = z./x + z....

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to solve '' error(message('symbolic:sym:errmsg1')); ''
syms m x y z n k xx. yy. zz. n = 1.6; k = 0.000005; x = linspace(-0.000015, 0.000015, 10); z = linspace(-0.00003, 0.00003, 1...

거의 6년 전 | 답변 수: 1 | 0

1

답변