답변 있음
Find name of MPT signal of input line
This might help: >> signals = find_system('modelname', 'FindAll', 'on', 'RegExp', 'on', 'Type', 'line', 'Name', '\w') ...

13년 초과 전 | 2

답변 있음
MCR using custom Java archives (jar)
I don't have personal experience with this, but according to <http://www.mathworks.com/support/solutions/en/data/1-3Q6KZW/index....

13년 초과 전 | 0

| 수락됨

답변 있음
control parameters of a simulink block
In general, this is not a supported workflow, please see <http://blogs.mathworks.com/seth/2011/03/08/how-do-i-change-a-block-par...

13년 초과 전 | 1

| 수락됨

답변 있음
how can we create simulink block using m file in matlab 2012a?
You can use the <http://www.mathworks.com/help/toolbox/simulink/slref/interpretedmatlabfunction.html Interpreted MATLAB Function...

13년 초과 전 | 0

답변 있음
Where can I get a course of simulink for use of generating c code for DSP ,PPT best.
There might be other resources, but you might find some recorded webinars of interest here: http://www.mathworks.com/company/eve...

13년 초과 전 | 0

답변 있음
How can I show all block parameters in my project ?
Sorry, your question is not clear to me. What property did you change exactly under Block Properties>Block Annotation? Please se...

13년 초과 전 | 1

답변 있음
Buses as inputs/outputs in C MEX S-Functions and vectors as structure members
First, std::vector is a C++ data structure, so you can't use them inside C S-functions, you'll need to use C++ S-functions. Seco...

13년 초과 전 | 1

답변 있음
Generation of executables from simulink model
Yes, you do need to get a separate license for RTW (now called Simulink Coder).

13년 초과 전 | 0

답변 있음
How can I use a user-defined MATLAB class as a Simulink signal datatype?
Please see <http://www.mathworks.nl/matlabcentral/answers/40716-how-many-ways-can-we-create-a-user-defined-data-type this previo...

13년 초과 전 | 0

답변 있음
My embedded function is not updating the value in the next step calculated from previous step
From looking at your snapshots, the problem you described "it did not take the previous step value rather always took initial D ...

13년 초과 전 | 1

답변 있음
Using set_param on parameter 'ProdHWDeviceType'
I think it's because you have a typo while indexing into the cell array modelNames. Instead of using modelNames{i}, you are usin...

13년 초과 전 | 1

답변 있음
converting M-file into a block function in simulink-2
You have not written an S-function, but just a MATLAB function in a format that Simulink will not understand. Please go through ...

13년 초과 전 | 2

| 수락됨

답변 있음
rtwbuild using Parallel Computing Toolbox
Yes, I think the parallel build feature that was <http://blogs.mathworks.com/seth/2009/03/31/parallel-computing-with-simulink-mo...

13년 초과 전 | 1

답변 있음
Store a Vector as csv-File in a Mex File
<http://www.mathworks.com/help/toolbox/simulink/sfg/ssgetpwork.html ssGetPWork> takes only one input argument, and returns a voi...

13년 초과 전 | 0

| 수락됨

답변 있음
How to make it possible to specify filter weights in LMS filter?
Do you mean that you want the initial filter weights to be from an input port (because Adaptive filters update filter coefficien...

13년 초과 전 | 1

답변 있음
Supposed MATLAB Compiler xls or csv data to .exe
Yes MATLAB Compiler <http://www.mathworks.com/products/compiler/supported/compiler_support.html supports all basic MATLAB functi...

13년 초과 전 | 0

답변 있음
Creating C code from matlab with changing data input size.
I think you need to specify the type of the input using: >> codegen test -args {coder.typeof(double(0), [1 Inf])} [ <ht...

13년 초과 전 | 0

답변 있음
Question about the use of "Answers"
Both questions have been discussed previously: # I don't believe the ability to follow threads (that you have not "answered")...

13년 초과 전 | 3

| 수락됨

답변 있음
Generate mex code for a MATLAB function containing other mex functions (R2011a)
How about just: function R = getRotation(axis, angleRad) coder.extrinsic('getSuperCross_mex'); temp = zeros(3,3);...

13년 초과 전 | 0

답변 있음
how to get defined simulation parameters for a new simulink window....
An easier way might be to maintain a <http://www.mathworks.com/help/releases/R2011b/toolbox/simulink/ug/f11-35796.html Configura...

13년 초과 전 | 1

답변 있음
Coder and VS C#
Please see <http://www.mathworks.com/help/toolbox/coder/ug/btcyhzd-1.html Using a MATLAB Coder Dynamic Library in a Simple Micro...

13년 초과 전 | 0

답변 있음
Why did my shared component not work?
Looks like you might be missing some DLL dependencies. You can try profiling that DLL with <http://www.mathworks.com/support/sol...

13년 초과 전 | 0

답변 있음
How can I convert a visual basic code into matlab?
You should probably just create a COM component from your Visual Basic code and call it from MATLAB. See <http://undocumentedmat...

13년 초과 전 | 1

답변 있음
How can I define which .Net framework shall a deployed MATLAB function use?
Are you using a MATLAB version older than R2011a? If yes, this may be related to <http://www.mathworks.com/support/solutions/en/...

13년 초과 전 | 0

답변 있음
S-Function return types
The compiler error occurs, because in your specification: double y1 = TPh(double u1[], double u2[]) The output 'y1' is r...

13년 초과 전 | 0

| 수락됨

답변 있음
Doubt In Simulink Commands
I think that simply using a Switch block for this won't do - there might be several ways of solving this problem (one of which m...

13년 초과 전 | 1

답변 있음
Matlab Coder: Build Failed: The system cannot find the path specified.
T-squared: I'm quite stumped at this point. There might be a variety of reasons, so I would recommend contacting <http://www.mat...

13년 초과 전 | 0

답변 있음
How to 'effectively' stop outputing signals from the subsystem when it is not triggered on or not enabled?
There is no way to "stop" outputting signals from any block in Simulink. The Simulink Engine expects blocks to produce some outp...

13년 초과 전 | 0

답변 있음
From Where Can I Get Last Version of "commblkbernoullisrc2.m"?
commblkbernoullisrc2.m is a part of the <http://www.mathworks.com/products/communications/ Communications System Toolbox>, so th...

13년 초과 전 | 0

| 수락됨

답변 있음
Blocks Configuration for CRC calculation in Simulink
Perhaps <http://www.mathworks.com/help/comm/examples/bluetooth-full-duplex-voice-and-data-transmission.html this demo> will help...

13년 초과 전 | 0

더 보기