Risposto
how can i combine 2 figures simulink
Assuming you mean two scopes, there are two ways: 1. Edit a scope block to accept two inputs ('Number of axes' setting in S...

quasi 12 anni fa | 2

Risposto
Serving matlab licenses 2012 and 2013 together
You can always combine license files. Depending on the release, you can also have both license files in the same directory.

circa 12 anni fa | 0

Risposto
Shut down Matlab and open new Matlab instance
In a release a couple of years ago, I created a "finish.m" on the path and within the file it was just "matlab". When closing...

circa 12 anni fa | 1

Risposto
i am unable to use KMEANS function
Looks like you have multiple "kmeans" on the path. which kmeans -all Probably rename the kmeans.m from the path in your ...

circa 12 anni fa | 0

| accettato

Risposto
How to convert xls to mat file ?
As of the complexity of what can be in an XLS file, the way to go is to import with XLSREAD, probably postprocess and then write...

circa 12 anni fa | 0

Risposto
obtain different results for the same Simulink model between 2012 and 2013
As the results differ substantially, it is important to report to MathWorks Technical Support (including your model) in order to...

circa 12 anni fa | 0

| accettato

Risposto
Segmentierung von Röntgenbildern / Segmentation of X-Ray-Pictures?
Um die Frage besser beantworten zu können: Haben Sie schon Erfahrung mit Bildverarabeitung und es geht nur um die Umsetzung mitt...

circa 12 anni fa | 0

Risposto
How can you generate matlab code from a simulink block?
I have not heard of this being possible. The point is a block alone does not mean anything. It needs to be seen in context with ...

circa 12 anni fa | 0

Risposto
Is it allowed to install my studentversion on a PC of the company using it for my masterthesis?
No. But I will give you a call to discuss alternatives.

circa 12 anni fa | 0

| accettato

Risposto
Matlab engine without Matlab license
This web community's purpose is about technincal topics. As a result you will not get reliable statements or no statements at al...

circa 12 anni fa | 1

| accettato

Risposto
Long simulation stoppes temporarily
It looks like this logfile is self-written? Can you break the behaviour down to standard MATLAB commands like tic, sim, toc? I a...

circa 12 anni fa | 0

Risposto
Will I still be able to access my older version of MatLab (versions 12, 13) after installing the new license manager FlexNet.
<http://www.mathworks.com/matlabcentral/answers/91515-are-the-license-file-and-installation-passcodes-plp-fik-etc-backwards-comp...

circa 12 anni fa | 0

Risposto
What happens when numbers get very small?
In most applications I am aware of, one simply uses scaling like multiplying each datapoint by 1e12 etc. In my experience very s...

circa 12 anni fa | 0

Risposto
Different answers at different computers but same code
When I run this code with different set of random numbers, the results typically end up between 10.3 and 10.6. So I conclude wit...

circa 12 anni fa | 0

Risposto
save images as tif 32 bits by using imwrite
There is something in recent release called TIFF Class. Can you tell me if this meets your needs? <http://www.mathworks.com/help...

circa 12 anni fa | 1

| accettato

Risposto
Valid image commands for Student Version 7.12.0 (R2011a)
Student Version (SV) had different toolboxes bundled with it to different times. If you type ver in the Command Window...

circa 12 anni fa | 0

Risposto
Error using Simulink using plot function
Without the error message it is guess work... Maybe the variable size is different for some reason? What does whos time_out...

circa 12 anni fa | 0

Risposto
command inputdlg doesnnot work
MATLAB 7.0.1 is pretty old and not supported on Windows 7, see <http://www.mathworks.com/support/sysreq/release14sp1/index.html ...

circa 12 anni fa | 0

Risposto
Matlab R2013a installation error
I have seen this with users who attempted to install an illegal MATLAB version. But as you would not create a MathWorks login in...

circa 12 anni fa | 0

| accettato

Risposto
Matlab academic licence use, how many posts of installation?
Valentin, This is a community for discussing technical questions. Business or license model questions need to be discussed with ...

circa 12 anni fa | 0

Risposto
limit computation time of a simulink simulation
You may want to abort a simulation based on your results being in a range that make you sure those parameter are not good. Check...

circa 12 anni fa | 0

Risposto
How to make MATLAB code execute faster
Identify bottlenecks by using the Profiler tool within MATLAB. Reflect on you really need that size of data and if the goal o...

circa 12 anni fa | 1

| accettato

Risposto
how to know mu PLP
PLP - Personal License Passcode was the nemae for installation passcodes for Windows stand-alone installation pre Release 2008a....

circa 12 anni fa | 0

Risposto
How do you produce win32 exes with deploytool in 64-Bit Matlab
From doc mcc -win32 Run in 32-Bit Mode Use this option to build a 32-bit application on a 64-bit system only when the...

circa 12 anni fa | 0

| accettato

Risposto
removing NaN values from my codes
Without being able to understand your code and assuming you want to remove nans from the data and not your code, here is an exam...

circa 12 anni fa | 0

Risposto
convert class 'char' to class 'logical' , How?
Logical can only hold 0 or 1, so 10001010101010101000000111110000111 is not possible. Maybe you want binary numbers?

circa 12 anni fa | 1

Risposto
simulink preventing signal below 0
OK, you seem to be aware of the numerical risks of addressing this issue not by solver settings... In this case I suggest the...

circa 12 anni fa | 0

Risposto
i need file activation key for matlab R2009a version immediately.....
Options: * Log into MathWorks Account and get it * Call MathWorks Customer Service

circa 12 anni fa | 0

| accettato

Risposto
Computing powers in matlab
doc power

circa 12 anni fa | 0

Carica altro