Estadística
8 Preguntas
2 Respuestas
CLASIFICACIÓN
174.377
of 295.638
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.255
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.207
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
FOR loops optimisation for runtime
Is there a way to optimise this code? It takes a long time to run. It basically comprises of 3 FOR loops running like this: ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
IF loop end if
FOR loop that runs i=1:N with an embedded IF loop that executes if val(i)>0 and val(i+1)<0 or opposite way around and outputs i....
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Fzero Exit Inf Value NaN
I am using the fzero function and at some points get the error: Exiting fzero: aborting search for an interval containing a...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Code not setting value=0
I don't understand this odd little thing in my code. I have simplified the function but this is basically what it's doing: ...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Help with fzero equation solver
I have a equation with 3 variables A,B,C and want to know for each A,B combination the value of C that makes the equation equal ...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Contour Plot Color Scaling
I have a function dependant on variables A and B. I want to plot the values on a filled contour plot with A,B as the x,y axes. ...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Fzero 3 variables 1 equation optimisation
I have this equation: (P.^3)+(0.5.*H)+Q+(1/sin(H*P))=0 I have this function saved in its own func.m file: function A...
más de 11 años hace | 1 respuesta | 0
1
respuestaHelp with Basic 2D Contour Plot
I have used Friedrich's code and got that contour plot. If I flip Z before I plot it: [X,Y] = meshgrid(s,t); Z =tri...
más de 11 años hace | 0
Help with Basic 2D Contour Plot
Thanks for your answers. Huge leap forward in my work. I now get the values of q displayed as a matrix: Z = -...
más de 11 años hace | 0
Pregunta
Help with Basic 2D Contour Plot
I am trying to get this contour plot to work. This is a simple example so I can figure out how to do it before applying it to tr...
más de 11 años hace | 5 respuestas | 0