photo

srinadh


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
0 个回答

排名
103,452
of 301,496

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 21,302

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,859

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答