Risposto
Is SAPS-II toolbox present in any version of MATLAB?
I am pretty sure SAPS / SAPS II was never part of a MathWorks product, but there are some references on the internet it existed ...

oltre 12 anni fa | 0

Risposto
Can single individual MATLAB license be used across multiple computers?
There are license types where you can and some where you can't. Better then relying on such a forum, I sugest relying on your Ma...

oltre 12 anni fa | 1

Risposto
Figure Data Cursor floating point (X축 소수점 자리수)
It is difficult to answer this without files (there is nothing attached although you mention it). I can give two hints: http:...

oltre 12 anni fa | 0

Risposto
Error of compiler license
Assuming "my friend give me a matlab2013b,and a license" is just an unintended wording as English is not your first language and...

oltre 12 anni fa | 0

Risposto
How can I use variable of one M-file into other M-file ?
Please review the <http://www.mathworks.com/help/matlab/matlab_prog/scripts-and-functions.html documentation> about scripts and ...

oltre 12 anni fa | 0

Risposto
Standalone doesn't recognize all functions?
I am not familiar enough with the NN Toolbox, but here is the <http://www.mathworks.com/products/compiler/supported/compiler_sup...

oltre 12 anni fa | 0

Risposto
Is it possible to have the Documentation of Matlab R2009b for an offline use ?
If you have a MATLAB R2009b installation, documentation should be installed. If you do not have the installation, but you hav...

oltre 12 anni fa | 0

| accettato

Risposto
convrt matrix into 8*8
Your description is not clear. One example however: A=zeros(8); A(1:4,1:4)=B; % where B is your 4*4 matrix

oltre 12 anni fa | 0

| accettato

Risposto
Matlab segment violation, cause failure everytime
If it is related to running specific code, I suggest narrowing it down to few lines and provide them (including data that may be...

oltre 12 anni fa | 0

Risposto
Where can I download MCR 7.3 (associated to matlab 7.1)?
It is expected that your colleage would provide you with the MCR. Customers of the MATLAB Compiler can download MCRs for rece...

oltre 12 anni fa | 0

| accettato

Risposto
Help me download Matlab 2013b please. Its really urgent
You seem to be a user who purchased a student version recently. In <http://www.mathworks.com/academia/student_version/faq/ the F...

oltre 12 anni fa | 0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

oltre 12 anni fa | 0

| accettato

Carica altro