Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 3

Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

Answered
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 years ago | 1

| accepted

Answered
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 years ago | 4

Answered
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 years ago | 1

Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 1

Answered
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 years ago | 10

Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

Answered
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 years ago | 1

Answered
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 years ago | 0

Answered
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 years ago | 1

| accepted

Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 1

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

Load more