photo

Qun Wu


Last seen: casi 4 años hace Con actividad desde 2017

Followers: 0   Following: 0

Estadística

  • Thankful Level 3

Ver insignias

Feeds

Ver por

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...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 ...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


symbolic expression to function
The following code is to obtain a formula of calculating the determinant of the symmetric matrix. function [ yy ] = detF...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

respuestas

Pregunta


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

respuestas

Respondida
str2func vectorize input x1, x2 to x
You guys are the best.

más de 7 años hace | 0

Pregunta


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

3

respuestas