photo

Daniel


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

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
0 답변

순위
23,956
of 300,771

평판
1

참여
8 질문
0 답변

답변 채택
75.0%

획득한 표
1

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,969

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to approach solutions in integration problems? How to overcome matrix dimensions problems in complex integrand? Calculating Ion Beam Range from Stopping Power (following ICRU Report 49 CSDA discussion)
Trying to calculate the integral mentioned in ICRU Report 49, continuous-slowing-down approximation range being the integral of ...

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

1

답변

질문


Cannot call function
Simple Problem: Cannot call function; Function function? Need to use function handles? Error: "Undefined function or method ... ...

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

2

답변

질문


How do we plot repetitive items simply? Can a loop and eval be used, for example? How d'you nest a string within a string?
Note the repetitive nature of the following script. Isn't it possible code this more simply using a loop of some kind, and perha...

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

1

답변

질문


How do I determine the length of the input vector to quad?
I am trying to use quad instead of sum to obtain a more realistic model. The function for quad is of the form f(E) * exp(-con...

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

1

답변

질문


How must I declare a function handle that refers to a function you've written? What syntax is necessary?
I keep getting the error, "??? Output argument [...] not assigned during call to" my function psi_en whenever I try any of the f...

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

2

답변

질문


How to print string or variable in plot title?
I want to prompt for a file name, e.g. "4.dat", "6.dat", etc. I want to store it as a string to be used both to open that file -...

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

2

답변

질문


Is dynamic interpolation of input of function for 'quad' integration possible?
My task is to integrate a function given limited data, e.g. max_energy = 1000; quad(@(x) a.*x.*exp(-b.*x),0,max_energy...

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

3

답변

질문


How do I integrate a very simple function with specified inputs?
What I want to do is very simple, and so I am very frustrated. I simply want to integrate a function of multiple variables, i.e....

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

1

답변