Answered
Simulink 2012a 64 bit is a slow starter. Can anyone explain me why?
This can be a varity of different reasons and causes. In order to help you, lets narrow down where the time is lost. Starting MA...

14 years ago | 1

Answered
can any one tell me how to remove R11 DSP blockset blocks from model in matlab 2011a ?
You probably do not mean removing, because this is simple. But you would like to have a working model and replace the product bl...

14 years ago | 0

Answered
Creating DSP Blockset for matlab 2011a
The name for the product DSP Blockset changed over Signal Processing Blockset to DSP System Toolbox. Like with any other prod...

14 years ago | 0

| accepted

Answered
How to tell Simulink not to treat a subsystem as a sublibrary
What about masking? Context menu -> create subsystem

14 years ago | 0

Answered
Tool to check script compatiblity with Matlab versions?
I am not aware of such a tool. Such a tool however would just be able to check the *intended* incompatibilities and not bugs, ri...

14 years ago | 0

Answered
Unable to play simple wav file
Well, it looks like your data has not one or two columns :-) I suggest that you post the result of whos y Fs

14 years ago | 1

Answered
Error Accessing Index - Told index must be positive or logical, however it is both...
Maybe it is not exactly and integer, like 1.0000001.

14 years ago | 0

| accepted

Answered
Installer won't see the Compliler toolbox
Either MathWorks Sales missed the point of MATLAB Compiler and it is not included, or it is not in the same folder (although you...

14 years ago | 0

Answered
view .mexw32 (MEXW32 File) in Matlab R2011a
You can't view this file - or at least it would mean nothing to you. You can view and edit the source code likely a C code. ...

14 years ago | 0

Answered
Would you use Matlab Central in a job search?
It depends. Approaching somebody indivually seems acceptable to me, but a massive load of message not. On the other hand, whe...

14 years ago | 4

| accepted

Answered
about mmreader'sproperty thanks!
xyloObj = mmreader('xylophone.mpg', 'Tag', 'My reader object'); get(xyloObj) xyloObj.FrameRate Note: MMREADER will be...

14 years ago | 0

Answered
Hi i have the following code ? How i can save a file which i show by'imshow' function?
To save figures created with IMSAVE, there is no other way than with standard figures. See the doc for <http://www.mathworks.com...

14 years ago | 0

Answered
Error: Unexpected MATLAB expression.
If you can execture really simple stuff like plot(1:10) then your installation is probably corrupt and needs a re-instal...

14 years ago | 0

Answered
Matlab compiler question on Windows system
Please ask the provider of the package to provide you a 64 bit application. Maybe others here can describe to you how you can ma...

14 years ago | 1

Answered
main window is not loading
There are tons of different reasons why a startup fails and in case there is no error message, it is not efficient to discuss th...

14 years ago | 0

Answered
How can I make Simulink work with complex transfer functions?
According to my resaerch of a MathWorks internal database, this is an existing, but very infrequent enhancement request. If you ...

14 years ago | 1

| accepted

Answered
error in subtracting
The point is that 5.1341e-011 IS actually almost zero. It depends now on your application what is the best approach. Very often ...

14 years ago | 0

Answered
Undefined function or method 'filter'
This likely is an overload of multiple FILTER commands. Try which filter -all In my installation, it returns: built...

14 years ago | 0

Answered
How to save a figure to .ai?
The Adobe Illustrator (.ai) format is no longer supported from the File -> SAVE AS menu. There has been a warning since MATLAB ...

14 years ago | 0

| accepted

Answered
Run matlab in linux
This sounds like you have multiple SORTROWS on yout path. What does which sortrows -all return?

14 years ago | 1

| accepted

Answered
Simulink forward compatibility question
Simulink 5.0 is a 10 year old peace of software... Do you really need this old version? I suggest that you invest the time and e...

14 years ago | 0

| accepted

Answered
Is a Bloomberg license needed for the financial datafeed toolbox?
Your guess is correct. The BLOOMBERG functionality can only be used when you also have purchased data access from Bloomberg (I d...

14 years ago | 0

| accepted

Answered
Find older version of my m-file.
Look for the Autosave file. Extension is ASV - same folder.

14 years ago | 0

Answered
maple in 2012a student version solving difference equations (z transforms)
The product "(Extended) Symbolic Math Toolbox" used the Maple symbolic engine in the past. Not sure exactly, but around 2009 a c...

14 years ago | 0

Answered
OPC Toolbox 3.0
You can feed the documentation <http://www.mathworks.com/help/toolbox/opc/ here>. In order to find out if you have the produc...

14 years ago | 0

Answered
Simulink compatibility issue between r2011a and r2011b
I am also surprised by that behaviour and you shouldd definitely contact Technical Support for that. In order to save a model...

14 years ago | 2

| accepted

Answered
.mexmac or .mexmaci on 64-bit?
A manufacturer of a certain toolbox needs to provide the files for your environment. In general, you can run MEXEXT to figure th...

14 years ago | 1

| accepted

Answered
matlab
"so that the answer is for example 10, 100 1000 10000" b IS 10, 100 1000 10000 - you surely mix up something... But in gen...

14 years ago | 0

Answered
MATLAB Coder licensing limitations
I suggest that you do not rely on answers to legal questions in this or any other public forum. This is a technical forum. Peopl...

14 years ago | 1

Answered
making a 341x341 matrix from a 465124x1 matrix.
Sounds like you are looking for the RESHAPE command.

14 years ago | 1

| accepted

Load more