Estadística
10 Preguntas
3 Respuestas
CLASIFICACIÓN
14.352
of 297.016
REPUTACIÓN
3
CONTRIBUCIONES
10 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
30.0%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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 create a new transfer function in a neural network without using SIMULINK ?
I need to use the transfer function x.^2 in a neural network. But I don't know how to use custom function in a neural network. T...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
how use fzero with matlab coder and a function with parameters ?
I want to solve the equation f(x,p) = 0 for several values of p. A correct way to perform this task is to write a function (h...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
affect values to cells without a loop
I have the following cells : a{1}=zeros(1,3); a{2}=zeros(1,4); ii{1}=1; ii{2}=3; b{1}=2; b{2}=3; How can I set a{1...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
can MATLAB download files from a website ?
Is it possible with MATLAB to download files from a website ? If the answer is yes, how do we proceed ?
más de 12 años hace | 4 respuestas | 0
4
respuestasPregunta
is there a function to compute the area of a polygon in 3D ?
I want to compute the area of polygons which vertices are in an other plane than plane X,Y. So they are defined by coordinates X...
más de 12 años hace | 1 respuesta | 3
1
respuestaPregunta
How to transfert the focus to a cell of a uitable object
If h is the handle of a uicontrol object it is possible to transfer the focus to this object with the command uicontrol(h). Now...
casi 13 años hace | 1 respuesta | 0
1
respuestahow to forbid several calls to the same function
Thanks a lot Jan.
alrededor de 13 años hace | 0
Pregunta
how to forbid several calls to the same function
I have a function, *myfun*, which generates a user interface with several graphic objects. So, when I run *myfun*, I have still ...
alrededor de 13 años hace | 3 respuestas | 0
3
respuestasunderline a letter in the label of an uimenu object
Thank all for your answer.
alrededor de 13 años hace | 0
Pregunta
underline a letter in the label of an uimenu object
Hello ! Is it possible to underline a letter in the label of an uimenu object ?
alrededor de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
Reset to Original View with zoom
I have a problem with the "Reset to Original View" command when I use the zoom: If I enter: figure; plot(rand(1,500)); h...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaHow to get an ouput of a function in a try block ?
Thank you for your answer !
alrededor de 13 años hace | 0
Pregunta
How to get an ouput of a function in a try block ?
Hello ! I have the following function: try h = MyFunction(arg1,arg2); catch close(h); end Unfortunately it ...
alrededor de 13 años hace | 3 respuestas | 0