Statistik
8 Fragen
0 Antworten
RANG
23.956
of 300.779
REPUTATION
1
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
1
RANG
of 21.084
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.997
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Cannot call function
Simple Problem: Cannot call function; Function function? Need to use function handles? Error: "Undefined function or method ... ...
fast 14 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 14 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 -...
fast 14 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
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...
fast 14 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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....
fast 14 Jahre vor | 1 Antwort | 0
