Answered
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

12 years ago | 0

| accepted

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

12 years ago | 0

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

12 years ago | 0

| accepted

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

12 years ago | 0

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

12 years ago | 2

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

12 years ago | 0

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

12 years ago | 1

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

12 years ago | 0

| accepted

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

12 years ago | 0

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

12 years ago | 0

| accepted

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

| accepted

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

12 years ago | 1

| accepted

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 1

| accepted

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 0

| accepted

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

12 years ago | 0

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

12 years ago | 0

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

12 years ago | 1

| accepted

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

12 years ago | 0

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

12 years ago | 0

| accepted

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

12 years ago | 0

Load more