답변 있음
How to design Mel filter bank in Simulink?
The output 'x' of this Embedded MATLAB block becomes a Simulink Signal - however, Simulink signals cannot be of any arbitrary MA...

대략 15년 전 | 0

답변 있음
3d graphics with s-function
WinMain is not executed by the S-function - in order for the application to run, you must execute the code: Example1 app; ...

대략 15년 전 | 0

답변 있음
Problem with mex at 208
My guess is that your TEMP environment variable is corrupted. What do you see when you try this at the MATLAB prompt: >> !ech...

대략 15년 전 | 3

답변 있음
Run Simulink continuously with NI-DAQ
For use with Real-Time Windows Target, you can only use boards that are in the <http://www.mathworks.com/products/rtwt/RTWIN_Tar...

대략 15년 전 | 0

답변 있음
Confusion about Selector and difference between 'Dimension' & 'Column'
In Simulink, a signal can have any number of dimensions: a 1-D signal is a vector, a 2-D signal is a matrix (eg. dimensions 3x4)...

대략 15년 전 | 0

| 수락됨

답변 있음
Read Text File to add Simulink Blocks
You can read in the text file using <http://www.mathworks.com/help/techdoc/ref/textread.html textread>, and add blocks using <ht...

대략 15년 전 | 0

| 수락됨

답변 있음
VHDL Simulation
MATLAB itself cannot be used for HDL simulation - you will need software like Modelsim or Synopsys to do this. However, using <h...

대략 15년 전 | 0

| 수락됨

답변 있음
significance of bias block in model calculating SNR with reference to solution id 1-9T8I36 in model in the Communication blockset 4.2 (R2009a)
As far as I can tell, the input to the Bias block in the model is: variance(noise signal)/variance(signal) So the output...

대략 15년 전 | 0

답변 있음
C-Code Generation for TI C2000 device, IQMath Library
Yes, you can call your optimized routines in the TLC file written to inline the S-function in generated code; while using generi...

대략 15년 전 | 1

| 수락됨

답변 있음
Simple, compiled "Hello, World" function takes 3 seconds to execute? Why so slow?
My guess is that the time taken is for the <http://www.mathworks.com/help/toolbox/compiler/f12-999353.html MATLAB Compiler Runti...

대략 15년 전 | 4

답변 있음
How to increase the memory of MATLAB?
See the <http://www.mathworks.com/support/tech-notes/1100/1106.html Memory Management Guide>. In particular, the 3GB switch may ...

대략 15년 전 | 1

답변 있음
Use custom class inside embedded Matlab function
I think you might need to create a regular function to act as a wrapper to your C++ class method, and call that wrapper using em...

대략 15년 전 | 0

답변 있음
Check if Excel File is open
I think fopen('all') only lists the files that were previously opened using fopen (not if the file was opened by another program...

대략 15년 전 | 0

| 수락됨

답변 있음
Makefile for MEX
You will need to modify your "main executive function" into a <http://www.mathworks.com/support/tech-notes/1600/1605.html MEX-fu...

대략 15년 전 | 1

답변 있음
MATLAB in unexpected places
"Matlab" in Hindi literally stands for "meaning" - although it's pronounced Muth-lub (both u's pronounced as in the English word...

대략 15년 전 | 10

답변 있음
How to compile code for other Matlab users
If you are calling into certain toolbox functions in your MATLAB scripts/functions, you need the same toolboxes installed on any...

대략 15년 전 | 0

답변 있음
Undefined variable "signalblks"
What commands are you executing exactly? Also, where do you get the instructions for the demo from? It appears that you are atte...

대략 15년 전 | 0

| 수락됨

답변 있음
Mask parameter does not evaluate
Do you mean that when you use get_param on the parameter, it always return the string of the selection - AFAIK, this is intended...

대략 15년 전 | 0

답변 있음
how to print scripts in PDF on a mac os x?
I don't know that this is possible directly from MATLAB, but since MATLAB scripts are basically text files, why not open them up...

대략 15년 전 | 1

답변 있음
sfix_udelay - Number of Parameters Mismatch Between Code and Dialog Box
Are you using the Tapped Delay or Integer Delay blocks from the Simulink->Discrete library (these are what use the sfix_udelay S...

대략 15년 전 | 0

답변 있음
Multithreading in S function
The rules for multithreading in S-functions are pretty much the same as those in <http://www.mathworks.com/support/solutions/en/...

대략 15년 전 | 1

| 수락됨

답변 있음
pMatlab displays: Undefined function or variable 'MatMPIdefs1'
Since it appears that <http://www.ll.mit.edu/mission/isr/pmatlab/pmatlab.html pMatlab> is a third party toolbox - I would recomm...

대략 15년 전 | 0

답변 있음
libraries
I'm sorry, I think I made a mistake in my answer to your previous question - there should be no blankspace between -l and your l...

대략 15년 전 | 0

| 수락됨

답변 있음
what's Simulink model sfundebug.mdl
Are you referring to the instructions in <http://www.mathworks.com/support/tech-notes/1800/1819.html Tech Note 1819>? You will s...

대략 15년 전 | 0

답변 있음
How do I make the Simulink run toolbar appear on new models?
I just answered a similar question here: http://www.mathworks.com/matlabcentral/answers/4646-linux-simulink-window

대략 15년 전 | 0

| 수락됨

답변 있음
Linux Simulink Window
As far as I know, the Simulink Editor in Linux is pretty minimalistic. Someone on the Simulink Editor team, or Tech Support, may...

대략 15년 전 | 1

답변 있음
Shift Register implementation using Simulink
You should be able to implement this using cascaded Unit Delay blocks. Program the "initial conditions" for the blocks with the ...

대략 15년 전 | 0

| 수락됨

답변 있음
Maximizing the memory available to MATLAB for windows 7
You can follow the link to "Avoiding 'Out of Memory' Errors" in <http://www.mathworks.com/support/solutions/en/data/1-BBJCDC/ind...

대략 15년 전 | 0

| 수락됨

답변 있음
Deploy for windows 32-bit from a 64-bit computer
As of R2010b, it is possible to compile 32-bit Windows applications using MATLAB on a 64-bit machine. See the -win32 option on t...

대략 15년 전 | 0

| 수락됨

답변 있음
Real Time Simulation starts according to CPU clock
You should be able to implement such a solution using the <http://www.mathworks.com/help/toolbox/rtwin/ug/f8790.html#f27873 Real...

대략 15년 전 | 0

더 보기