photo

Qun Wu


Last seen: 約5年 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
1 回答

ランク
85,289
of 300,781

評判
0

コントリビューション
9 質問
1 回答

回答採用率
55.56%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,031

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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

8年以上 前 | 1 件の回答 | 0

1

回答

質問


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

8年以上 前 | 1 件の回答 | 0

1

回答

質問


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

8年以上 前 | 0 件の回答 | 0

0

回答

質問


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

8年以上 前 | 1 件の回答 | 0

1

回答

質問


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

8年以上 前 | 1 件の回答 | 0

1

回答

質問


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

8年以上 前 | 1 件の回答 | 0

1

回答

質問


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

8年以上 前 | 0 件の回答 | 0

0

回答

質問


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

9年弱 前 | 2 件の回答 | 0

2

回答

回答済み
str2func vectorize input x1, x2 to x
You guys are the best.

9年弱 前 | 0

質問


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]); ...

9年弱 前 | 3 件の回答 | 0

3

回答