Daniel
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
23.956
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Cannot call function
Simple Problem: Cannot call function; Function function? Need to use function handles? Error: "Undefined function or method ... ...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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 -...
casi 13 años hace | 2 respuestas | 1
2
respuestasPregunta
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...
casi 13 años hace | 3 respuestas | 0
3
respuestasPregunta
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....
casi 13 años hace | 1 respuesta | 0