photo

DONGUK KIM


Last seen: 거의 2년 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
157,153
of 300,857

평판
0

참여
9 질문
0 답변

답변 채택
44.44%

획득한 표
0

순위
 of 21,097

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,361

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Warning using integral function: Function behaves unexpectedly on array inputs
fplot(@(E) Current(E)) Current(1) function test_integral = Current(V) test_integral = integral(@(E) temp(E,V), -inf...

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

1

답변

질문


Using integral to define a function
So I'm trying to define a function which has an integral inside. Below is a simplified version of the function with the same er...

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

1

답변

질문


Error printing double format value
Hi I'm having a problem right now using print() to print double format value. The problem occured in a longer code but since the...

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

1

답변

질문


Invalid permission error with fopen()
for i = 1:30 fid = fopen('%d.asc', i, 'r'); C = textscan(fid, '%s%s', 'Delimiter',',', 'HeaderLines', 1); for k =...

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

1

답변

질문


Invalid permission error with fopen()
for i = 1:30 fid = fopen('%d.asc', i, 'r'); C = textscan(fid, '%s%s', 'Delimiter',',', 'HeaderLines', 1); for k =...

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

1

답변

질문


Plotting a 3D line on a surface plot
I want to plot a 3D line y = A.*((1+(9/4).*x).^(3/2)-1); z = x.^(3/2); on the surface z = x.^(3/2); so basically I want tw...

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

1

답변

질문


Creating 3D plot from a n*n matrix
I wanted to create a 3D plot from a 100*100 matrix, with two other vectors with length 100 that serves as the axis for the plot....

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

1

답변

질문


Function not accepting all available x values
So I wrote a simple code to get a plot of a function x = linspace(0,100,101); y = 4*x.*(x+1) / (4*x.*(x+1) + (sin( 8*sqrt(...

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

1

답변

질문


How to read multiple excel files with pattern in their names
As the title says, I want to read multiple excel files that have a pattern in their names. The file names start from 1000 to 10...

대략 6년 전 | 답변 수: 2 | 0

2

답변