photo

Sushant Kumar


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
126,281
of 300,853

評判
0

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

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,319

コントリビューション
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

回答