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

mehr als 15 Jahre vor | 0

Beantwortet
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; ...

mehr als 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 3

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

mehr als 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 0

| akzeptiert

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

mehr als 15 Jahre vor | 0

| akzeptiert

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

mehr als 15 Jahre vor | 0

| akzeptiert

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

mehr als 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 1

| akzeptiert

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

mehr als 15 Jahre vor | 4

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

mehr als 15 Jahre vor | 1

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

mehr als 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 0

| akzeptiert

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

mehr als 15 Jahre vor | 1

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

mehr als 15 Jahre vor | 10

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

mehr als 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 0

| akzeptiert

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

mehr als 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 1

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

mehr als 15 Jahre vor | 0

Beantwortet
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/...

mehr als 15 Jahre vor | 1

| akzeptiert

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

mehr als 15 Jahre vor | 0

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

mehr als 15 Jahre vor | 0

| akzeptiert

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

mehr als 15 Jahre vor | 0

Beantwortet
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

mehr als 15 Jahre vor | 0

| akzeptiert

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

mehr als 15 Jahre vor | 1

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

mehr als 15 Jahre vor | 0

| akzeptiert

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

mehr als 15 Jahre vor | 0

| akzeptiert

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

mehr als 15 Jahre vor | 0

| akzeptiert

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

mehr als 15 Jahre vor | 0

Mehr laden