Qun Wu
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
282.822
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
55.56%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Pass a Matlab Function handle to mex file in GPU computing
I am trying to pass a Matlab function(.m file) which is for the math operation only to one mex file. the mex file is for GPU com...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Mex files call DLL generated by .m file
I have a myfile6.m function, it is a generic function with 1 input and 1 output. By following command: mcc -W cpplib:Your...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Pass one mex file to another mex file
I have a mex file which is calling a matlab function "myfile5.m". function f3 = myfile5(in1,u) x1 = in1(:,1); x2 ...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to pass a user-defined function as a argument to mex file?
I am building a GUI for simulation of a control system. Users input a model in GUI, and I can obtain it as string type and then ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
symbolic expression to function
The following code is to obtain a formula of calculating the determinant of the symmetric matrix. function [ yy ] = detF...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
XGrid and XTick with different space
I need draw a fine grid on a figure and keep the XY Ticks as the default one. To get the fine grid, I referred to the idea using...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use one function handle to generate function handles returning different values?
For example, here is my function: function [ fy, fz ] = funtest( x,a ) fy = x + 1 + a; fz = x + 1 + a + 2*a; end ...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
create symbolic expressions when using ndgrid
I try to use function Ndgrid to get the grid coordinators. Such as [X1,X2,X3,...,Xn] = ndgrid(x1gv,x2gv,x3gv,...,xngv) ...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
str2func vectorize input x1, x2 to x
When using str2func, I find that I can do these things such as, str = 'x(1)^2 + 3*x(2)'; f = str2func(['@(x)' str]); ...
más de 7 años hace | 3 respuestas | 0