Statistik
RANG
292.812
of 299.737
REPUTATION
0
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
0
RANG
of 20.791
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 165.655
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
symbolic expression to function
The following code is to obtain a formula of calculating the determinant of the symmetric matrix. function [ yy ] = detF...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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) ...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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]); ...
mehr als 8 Jahre vor | 3 Antworten | 0