photo

srinadh


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
0 답변

순위
256,535
of 301,624

평판
0

참여
5 질문
0 답변

답변 채택
80.0%

획득한 표
0

순위
 of 21,365

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,828

참여
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:...

거의 12년 전 | 답변 수: 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

답변