photo

sookyung Kang


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

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
167,698
of 300,338

평판
0

참여
6 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,922

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,149

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Solve "Index exceeds the number of array elements (1)", "Vectors must be the same length." errors
I'd like to solve those problems from under coding using A, B, and C relationships. If equation error can't be fixed, "B(i+1)=B(...

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

2

답변

질문


For loop in matrix
I'd like to create the matrix by two loops. I tried to make the form below. Using "For loop"function, how can I make the code? ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


To solve non-linear equation by inversion notion
I'd like to know how to solve an inversion equation from n x n matrix in AX=B to obtain X. A=n x n, X=n x 1, B=n x n. I used X...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


integral of equation with known boundary
Ep = 1.27; SDB = 0.19 ; Delta = 0.44 ; U = 0.2 ; T = 300 ; Teq = 500 ; Nh = 5*10^21 ; Nsisi = 2*10^23 ; k = 8.61733*10^(...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Make graph using different x value compared to integral equation
syms x f a = 1.27; b = 0.19 ; c = 0.44 ; d = 0.2 ; e = 300 ; w = i*e*log(2); f = 5*10^21 ; g = 2*10^23 ; h1= linspace ...

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

0

답변

질문


How can I make variable value instead of constant one?
a = 1.27; b = 0.19 ; c = 0.44 ; d = 0.2 ; e = 300 ; f = 5*10^21 ; g = 2*10^23 ; h = 1.2 ; i = 8.61733*10^(-5); j = 2*10^21; k1...

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

2

답변