photo

Ketan

MathWorks

Last seen: 대략 4년 전 2012년부터 활동

Followers: 0   Following: 0

메시지

I used MATLAB quite a bit in grad school. Now I am an ASE at MathWorks.

Please Note : Any advice or opinions posted here are my own, and in no way reflect that of MathWorks

통계

MATLAB Answers

0 질문
9 답변

순위
4,167
of 300,365

평판
12

참여
0 질문
9 답변

답변 채택
0.00%

획득한 표
2

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Is there a bug with code generation for C2000 device? (R2013b)
This is a known issue. Please see the following EBR for a workaround: https://www.mathworks.com/support/bugreports/1034916

대략 10년 전 | 0

답변 있음
Problems with using mxarrays with the step function in MATLAB Coder
You can assign the output of the extrinsically called imread to a variable of known type. For example: % Assume IMREAD out...

10년 초과 전 | 0

답변 있음
Simulink/Matlab coder compile-time calculation
I think calling normpdf via "coder.const" will do what you want http://www.mathworks.com/help/simulink/slref/coder.const.html...

10년 초과 전 | 0

답변 있음
How do I tell the Simulink/Embedded Coder not to Saturate On Integer Overflow?
Saturate on Integer Overflow settings for the MATLAB Function block can be accessed via the Ports & Data Manager: http://www....

11년 초과 전 | 2

| 수락됨

답변 있음
Target Preferences block in Simulink
Items from the target preferences block have been moved to configuration parameters. See the Target Hardware Resources tab of C...

거의 12년 전 | 0

답변 있음
running builded file returns error message
Hi Al and Egon, Some Simulink blocks implement portions of their functionality using shared libraries (DLL files on Windows)....

대략 13년 전 | 0

답변 있음
How can I read any initialization data from mat file in standalone simulink aplication?
The simulation stop time can be selected by using the '-tf' flag when calling the rsim exe. For example : >>!myRSimModel.exe...

대략 13년 전 | 0

| 수락됨

답변 있음
Need help how to develop an gui with callbacks
You could write a helper function that performs the plotting. The listbox callback and the checkbox callbacks could all call th...

13년 초과 전 | 0

답변 있음
Regression function of Neural Networks
You can view the general structure of your network with the VIEW function: view(net); The IW, LW, and b Network properti...

13년 초과 전 | 0