photo

Sushant Kumar


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
0 답변

순위
126,273
of 300,847

평판
0

참여
8 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,279

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


matlab script when run on simulink through matlab function block gives different outputs.
hi, I have written a matlab script for executing an iterative algorithm. I wish to make a simulink model out of it. Since, the ...

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Hi, i have to implement an algorithm in simulink. The algorithm computes some unknown parameters through a iterative approach.
I have written the .m file for this algorithm and wish to use this file as a matlab function block in the simulink model. Her...

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Is it possible to convert a global optimization matlab code, using multistart with lsqnonlin , in to c using codegen?
the main function calls other 4 functions when executed in matlab. Is it possible to frame this problem for codegen?

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Multstart stuck at initial point
hi, i am using multstart to fit a sinusoid of unknown amplitude, frequency and phase(in this case vector f) with a noisy sinuso...

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


can't turn on the jacobian for lsqnonlin
i have defined my vector objective function like this.... function [r5,jacr5] = myfunction5(N) global F1 F1 = 1...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to change the tolerance of optimization function lsqnonlin()?
I tried changing the tolerance like this.... options = optimset('TolFun',1e-8); [N,resnorm] = lsqnonlin(@myfunction5,n,[...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Is there an alternate for sym function in matlab 2012b?
I can't find symbolic math toolbox at all in this version. Is there any other function which serves the same purpose or can anyo...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Hi, I am trying to run a simulation with a while loop which modifies the content of a 3 * 1 matrix in every iteration. But it is displaying this error
??? Error using ==> mupadmex Error in MuPAD command: Illegal operand [_index] Error in ==> sym.plus at 14 X = mup...

12년 초과 전 | 답변 수: 0 | 0

0

답변