Answered
Mutliple Copies of MATLAB on the same machine -- how to set the default
Although cumbersome, you can add the full path of matlab.exe to you batchfile C:\pathname\matlab.exe -r myFunction.m If ...

13 years ago | 0

Answered
Why does a Stateflow freeze?
While Siddharth is correct, <http://www.mathworks.com/support/contact_us/index.html contacting support> should be considered, a ...

13 years ago | 0

Answered
Time execution of a model
You may want to read "Introduction to Profiling Models" of <http://www.mathworks.com/help/simulink/examples/introduction-to-prof...

13 years ago | 0

| accepted

Answered
obout installation of matlab2011
There is an accepted answer to this on Answers <http://www.mathworks.com/matlabcentral/answers/87-there-are-no-are-no-products-a...

13 years ago | 0

| accepted

Answered
Why does Microsoft Outlook not like MATLAB's .MAT files?
MAT is also an extension used for Microsoft Access Tables. I am only aware of this <http://www.mathworks.com/support/solutions/e...

13 years ago | 0

Answered
Java 10.6 Update 16 issue on OsX 10.6
I encourage you to try the R2013b PreRelease. To my best knowledge, countermeasures to the negative impact of Java updates in pa...

13 years ago | 0

Answered
Where are write permissions needed working with MATLAB?
Places that can be customized: * C Code generation through Simulink Coder (Formerly Real-time Workshop) and Embedded Coder (F...

13 years ago | 1

Question


Where are write permissions needed working with MATLAB?
The purpose of this question is to collect a list of cases where write permissions are needed working with MATLAB. A special emp...

13 years ago | 4 answers | 2

4

answers

Answered
How Can I deactivate a simulink block from a M file
There is a block parameter 'Commented' you can use with SET_PARAM and GET_PARAM commands. Example * Open the vdp demo: v...

13 years ago | 1

| accepted

Answered
How can I implement the laplace transorm of a function in Simulink?
That should be achieved by using the transfer function block.

13 years ago | 0

| accepted

Answered
Eariler version of MATLAB
The whole "is supported on" Windows 7 is a question with multiple facettes! Mainly, you need to look at impact of the archit...

13 years ago | 0

Answered
Some toolboxes are not found after installed Matlab R2008a in Windows 8 64-bit
Not all products are available for all platforms and architectures. E.g. today the <http://www.mathworks.de/products/availabilit...

13 years ago | 0

Answered
is there any command to find a maximum value of a matrix containing negative numbers also ??
Not sure if max(abs()) counts as single command for you...

13 years ago | 1

Answered
How to replace commas with dot
I created this one a million years ago - not sure if it works today: function comma2dot() %COMMA2DOT converts comma ...

13 years ago | 2

Answered
how to install matlab 2008a in windows 7
Choose a different MATLAB release or a different OS. Your combination is <http://www.mathworks.de/support/sysreq/release2008a/in...

13 years ago | 0

Answered
Out of memory error
You should use a 64 bit MATLAB on a 64 bit OS. If you already do it, you need to reduce the memory consumption by reducing yo...

13 years ago | 0

Answered
How to install and start bioinformatics toolbox?
With Bioinformatiocs Toolbox, there is not much to "start". You simply use the additional commands. See e.g. the following <http...

13 years ago | 0

Answered
what is axes_handle in matlab
The elements of MATLAB figures (AKA handle graphics) or of diffent types. E.g. a figure with two subplots typically has two axes...

13 years ago | 1

Answered
how i can change the background of simulink scope from black to white in matlab (R2008a)
This is a feature in current releases. If you really need the old stuff, <http://www.mathworks.com/support/solutions/en/data/1-1...

13 years ago | 1

Answered
Command not working im2unit8
Theory 1: You mistyped it - like you also did in the qeuestion Theory 2: It is not on the path, try which im2uint8 Th...

13 years ago | 0

Answered
Will I even use Matlab in my engineering career?
I like addind Simulink or actuall "model based design" to your professor's suggestion. The value here depends on the industry...

13 years ago | 4

Answered
i am searching for MATLAB R2007a ?
In case you have a professional version of MATLAB (commercial as well as academic), you can download older releases through your...

13 years ago | 0

| accepted

Answered
Execution time of m-file
I prefer using the Profiler. It helpd to find the bottlenecks of my code.

13 years ago | 0

| accepted

Answered
A user get License Manger Error -39 when open Matlab, while other users open without problem.
You likely will find the answer in <http://www.mathworks.de/support/solutions/en/data/1-1941P/ this solution document>. If not c...

13 years ago | 0

Answered
MATLAB r2010a, i got error for help example !!!!WHY and HOW ??
Your code works on my installation (Relase 2012b, Win7). Just in case you have the product installed, but something goes wrong w...

13 years ago | 0

Answered
Matlab editor freezes often... can't edit files
I am aware of the following customer issue that may or may not be related: Slow response similar to what you describe, but in...

13 years ago | 1

Answered
How do I create an S function from an .mdl Simulink model?
You need to have the product Simulink Coder. Do you have it? <http://www.mathworks.de/de/help/rtw/ug/generated-s-function-block-...

13 years ago | 0

Answered
How to transfer from simulink block diagram to transfer function?
As Azzi said, this is not very clear, but I make this attempt. I an Simulink block "transfer function", you specify nominator an...

13 years ago | 0

Answered
License Manager Error -15
Did you try to resolve the issue with the solution document that was linked in the error message? If not, give it a try. I y...

13 years ago | 0

| accepted

Answered
Matlab Simulink - simulation problem
If it is not a time based simulation, then Simulink sounds not like the tool of choice. There might be a fundamental issue wi...

13 years ago | 0

Load more