photo

Bart


2011년부터 활동

Followers: 0   Following: 0

메시지

Blabla

통계

MATLAB Answers

4 질문
5 답변

순위
4,774
of 300,364

평판
10

참여
4 질문
5 답변

답변 채택
75.0%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
problem plotting integral function 3D
Does anybody have any idea why the A changes to a sym variable?

13년 초과 전 | 0

답변 있음
combining a graphics
y=f(0:50); g=f(50:100); x1 = 0:50; x2 = 50:100; plot(x1,y); hold all plot(x2,g);

13년 초과 전 | 1

답변 있음
Help on double integral Again
try ./ instead of / and .* instead of *

13년 초과 전 | 0

| 수락됨

답변 있음
CALCULATION OF MAXIMUM VALUE IN EVERY ROW
try this: suppose the input matrix is A, the output result matrix is B; max = 0; k = 0; l = 0; for i=1:3 for j=1:...

13년 초과 전 | 0

| 수락됨

질문


problem plotting integral function 3D
Hei, I'm trying to take a look at a function that displays the ratios of 2 surfaces of a function. The code is as follows: ...

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

1

답변

답변 있음
calculating and plotting non continuous function
anybody? :D

13년 초과 전 | 0

질문


calculating and plotting non continuous function
Hi, I'm trying to calculate and plot the surface area of what I think is a 3d surface function. The problem that I have is...

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

3

답변

질문


??? Error using ==> double Too many input arguments.
>> syms x t total = 0; totalmax = 0; trest = 0; t2 = 0; ton = 0; h = 0; pulse = 1; totaltime = 1440; ...

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

2

답변

질문


Warning: Explicit solution could not be found.
>> syms x >> total = 0; >> t2 = 0; >> t=0; * >> p = 4.8825*exp(-0.0954*t)+ 12.845*exp(-0.0006211*t);* >> h...

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

1

답변