Risposto
MATLAB version necessary for creating standalone GUI application
For creating stand-alone applications, you need the MATLAB Compiler product. That product is however not offered for student ver...

circa 12 anni fa | 1

| accettato

Risposto
Segmentation violation detected at Mon Aug 11 11:35:22 2014
It is in "cMRegularizarNLM3D_V2.mexa64": 0x00007f846c071e7b /home/pradyumna/Downloads/thesis/single_image_sr/LASR/cMRegular...

circa 12 anni fa | 0

Risposto
Cannot find an exact (case-sensitive) match for ??
I do not suggest switching off the warning as the warning is likely there for a reason. The difficulty here may be related to th...

circa 12 anni fa | 0

Risposto
Downgrade of Simulink models from R2006b to R12.1
Hello Chaitanya, if I understand you correctly, you are seeking a complete list of blocks, properties and all other settings tha...

circa 12 anni fa | 1

Risposto
Is it possible to deactivate a particular toolbox from a machine and not the whole of the MATLAB products on a machine?
Sorry nobody answered before. Probably because the focus here is on questions about the product itself. In case you have not fou...

circa 12 anni fa | 0

Risposto
GADS - Global OPtimization Problem License problem
There are a couple of reasons why you get this error. Some you can resolve yourself, some your IT and in some cases you need Mat...

circa 12 anni fa | 0

| accettato

Risposto
Are MATLAB's inbuilt functions and official toolboxes cross-platform consistent?
I would like to respond to a modified version of this question: "How can I make sure the behaviour and numerical results of MATL...

circa 12 anni fa | 0

| accettato

Risposto
Fix point tool runing error by Simulink
That sounds like a problem with checking out a license. Without knowing which license you use it is hard to suggest, but MathWor...

circa 12 anni fa | 0

Risposto
Is MATLAB more powerful than specialized image processing softwares ?
It is difficult to assess "better" or "more powerful", but I can describe some of the benefits I experienced myself and hear fro...

circa 12 anni fa | 0

| accettato

Risposto
sift comment which version matlab??
There is no SIFT command in my installation. What does which sift -all return for you?

circa 12 anni fa | 0

Risposto
Does a R2014a toolbox work with R2013b Matlab
Short answer: No. Toolboxes are only compatible for a certain release. About purchasing toolboxes for Student Version that ar...

oltre 12 anni fa | 0

| accettato

Risposto
How do I add install matlab in another computer?
There may be technical limitations, but also from the license agreement. You cannot install MATLAB on multiple computers for all...

oltre 12 anni fa | 0

Risposto
I can not use "syms" and "ztrans"
You can find out what is installes by typing ver in the MATLAB command prompt. 'syms' and 'ztrans' is functionality f...

oltre 12 anni fa | 0

Risposto
Any idea to convert numerics to symbolic ?
I can think of string operations. But you need to find rules how to smartly cover situations where you don't want to replace a n...

oltre 12 anni fa | 0

Risposto
moving application between computers
There is the <http://www.mathworks.com/products/compiler/ MATLAB Compiler> product for that. You can create stand-alone applicat...

oltre 12 anni fa | 0

Risposto
??? Attempted to access V(4.15712e+008); index must be a positive integer or logical. Error in ==> modallllll at 50 an = (w * p0*c0^2)/V(2 * damping *wn*w +1*(w^2 -wn^2)) * p_xyz_t;
It is in this expression: V(2 * damping * wn * w +1*(w^2 -wn^2)) V is a scalar (1x1 matrix) in your code and cannot be i...

oltre 12 anni fa | 0

Risposto
Tutorial for Communication ToolBox
Beside the obvious documentation, I recommend <http://www.mathworks.com/company/events/webinars/index.html?q=%20product:%22Commu...

oltre 12 anni fa | 0

Risposto
Matlab for commercial purposes.
The purpose of this user community is exchange about technical topics. While you may get answers for questions about license agr...

oltre 12 anni fa | 1

| accettato

Risposto
I am getting this: fatal error U1052: file 'ntwin32.mak' not found, even if I run my simulation in normal mode, please help me
Can you verify this also happens in normal mode? I ask because <http://www.mathworks.com/matlabcentral/answers/94469-why-do-i-re...

oltre 12 anni fa | 0

Risposto
export comma separated values to excel
It is not clear with you are unaware of the XLSWRITE command or unable to run it successfully.

oltre 12 anni fa | 0

Risposto
I have Matlab 2014 and the function det doesn't work
My guess is there is an issue with multiple dets on your path. Try which det -all Is the first hit what you expect?

oltre 12 anni fa | 0

Risposto
Attempted to access B(25,1); index must be a positive integer or logical.
It is not about "access and display negative numbers", it is about the indices. Like you would try to access B(-1) or B(1.2). ...

oltre 12 anni fa | 0

Risposto
Simulink v.8 compilation operation
There are a couple of reasons why models compile new. What is your setting for "simulation mode"? (Accelerator, Rapid Accelerato...

oltre 12 anni fa | 0

Risposto
matlab (Matlab801_MacUnix) 能否安装在 AIX 7.1 操作系统?
Please find system requirements <http://www.mathworks.com/support/sysreq/current_release/ here> The latest MATLAB version for...

oltre 12 anni fa | 0

Risposto
Deactivation and Activation Problems
This really looks like calling MathWorks installation support is the right thing, as the technical answer might depend on your l...

oltre 12 anni fa | 0

| accettato

Risposto
Matlab webinar code help
For such questions, you can contact MathWorks under webinars@mathworks.com

oltre 12 anni fa | 0

| accettato

Risposto
Location of network.lic-file
The location of the license file depends on the license type. To my best knowledge, having it in the appdata-folder means you in...

oltre 12 anni fa | 0

Risposto
Running simulink files one after another in R2014a - problems
I tried the following code (R2014a on win7 64 Bit): models={'vdp','f14'} for k=1:2 open_system(models{k}) ...

oltre 12 anni fa | 0

Risposto
How to concatenate strings in Matlab with special characters?
The string concatenation should not be a problem: a='ä' b='ö' [a b] However maybe the commands before?

oltre 12 anni fa | 0

Risposto
Internal error: Zero length license information
It is important to know about the release. As I wrote in another post if it is R2012b, the best known workaround is to reinstall...

oltre 12 anni fa | 1

| accettato

Carica altro