photo

srinadh


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
103,452
of 301,506

評判
0

コントリビューション
5 質問
0 回答

回答採用率
80.0%

獲得投票数
0

ランク
 of 21,306

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,911

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Error in using mldivide in mex
I am trying to use mldivide inside mex. The below code is simply trying to solve Ax=b, for r=5, where A is 5*5 Identity and b=0:...

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

1

回答

質問


I get this error "lcc preprocessor error: IRLS.c:16 Macro redefinition of NULL" when I try to compile a C code for matlabusage using mex command
I get the error "lcc preprocessor error: IRLS.c:16 Macro redefinition of NULL" when i run "mex file.c" in matlab. The code fi...

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

1

回答

質問


vectorizing my code
can anyone give an idea on how to vectorize my code. for loop=1:1:10 %X=1*loop*ones(n,4); %Y=1...

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

2

回答

質問


Fminsearch for matrices
Hi, how can i use fminsearch function for more than one dimension. I am trying to do some thing like f=@(X)min(A-B*X), where ...

15年弱 前 | 1 件の回答 | 0

1

回答

質問


Running same code in multiple instances of matlab
Hi, I ran a same code in two different instances of matlab(both running at same time). Both the codes gave same result(e.g th...

15年弱 前 | 1 件の回答 | 0

1

回答