photo

Ketan

MathWorks

Last seen: nästan 4 år ago Active since 2012

Followers: 0   Following: 0

Message

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

Statistics

MATLAB Answers

0 Questions
9 Answers

RANK
4 288
of 299 246

REPUTATION
12

CONTRIBUTIONS
0 Questions
9 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20 666

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163 884

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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

nästan 10 år ago | 0

Answered
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...

ungefär 10 år ago | 0

Answered
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...

mer än 10 år ago | 0

Answered
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....

ungefär 11 år ago | 2

| accepted

Answered
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...

mer än 11 år ago | 0

Answered
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)....

nästan 13 år ago | 0

Answered
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...

nästan 13 år ago | 0

| accepted

Answered
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...

ungefär 13 år ago | 0

Answered
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...

ungefär 13 år ago | 0