Risposto
Invalid MEX-file, invalid win32 application
It might be releated to the architecture. MEXW32 is for Windows 32 Bit. Maybe you use a Win XP for 64 Bit.

circa 14 anni fa | 0

Risposto
Take a vector calculated in one m-file into another
Simple: Both MATLAB files are scripts (not starting with FUNCTION). You variable e will be simply available in the other file. ...

circa 14 anni fa | 1

Risposto
Converting hh:mm:ss into seconds
Is this what you are looking for? t='14:35:59.812'; [Y, M, D, H, MN, S] = datevec(t); H*3600+MN*60+S

circa 14 anni fa | 6

| accettato

Risposto
Run Length Matrix
In most cases, authors of user contributed files are very quick in responding. Did you try contacting <http://www.mathworks.com/...

circa 14 anni fa | 0

| accettato

Risposto
Variable is changing when being read into a function
Indeed, there is not enough information for a real answer. Some ideas: 1. Somewhere between function [x] = somefuncti...

circa 14 anni fa | 1

Risposto
Restriction when indexing large arrays
I'd say this question is a side answer from <http://www.mathworks.de/support/solutions/en/data/1-5193IK/index.html this solution...

circa 14 anni fa | 0

| accettato

Risposto
unknown matlab error
You are attempting to create a matrix with more elements than the maximum number of elements allowed in MATLAB. Common causes...

circa 14 anni fa | 0

Risposto
extract frames from mgpeg video
I am confident, you will find this <http://www.mathworks.de/help/techdoc/import_export/f5-132080.html part of the documentation>...

circa 14 anni fa | 0

| accettato

Risposto
Using JavaBuilder
You may find this <http://www.mathworks.de/matlabcentral/answers/9226-compiling-a-matlab-builder-for-java-class-for-an-older-ver...

circa 14 anni fa | 0

Risposto
Simulink scope autoscale
Typically, when users describe this, they are happy with the Time Scope Block from DSP System Toolbox. Here is <http://www.mathw...

circa 14 anni fa | 0

Risposto
round numeric 0
This is actually done automatically if it is very very very small. But it looks the veryveryvery is different for you. The ...

circa 14 anni fa | 0

| accettato

Risposto
Matlab2006 a installation issues on Acer laptop with Windows xp
Yes, contacting installation support is in most cases the better than asking on MATLAB Answers: http://www.mathworks.com/comp...

circa 14 anni fa | 0

Risposto
MATLAB gives different results when compiled vs interactive
I am collecting reasons for those effects and like to link it to <http://www.mathworks.com/matlabcentral/answers/438-why-are-com...

circa 14 anni fa | 0

| accettato

Risposto
"exist" command usage question
I'd say once you know the file exits on the path, the WHICH command will also be able to find the file - and return the path. On...

circa 14 anni fa | 0

Risposto
cftool init problem
Although my guess is Walter's suggestion of name conflicts is correct, you should exclude a licensing issue. Not having a licens...

oltre 14 anni fa | 0

Risposto
MATLAB Permission
There is no need to enable saving or so. This will be just related to the directory / folder you attempt writing to. Mostly, thi...

oltre 14 anni fa | 1

Risposto
Hiding model content
Most customers create an S-Function from the part of the model that contains intellectual property by auto-generating the s-func...

oltre 14 anni fa | 1

Risposto
Installing Toolboxes
First of all, yes the VER command returns all successful installed products. I have seen cases where the installtion of toolboxe...

oltre 14 anni fa | 0

Risposto
Create a standalone application on linux
Please provide the output of the command ver Then we can see if the needed products are installed.

oltre 14 anni fa | 0

Risposto
Sorting a Cell Array
It is not clear to me what your cell array really looks like, as your example is not valid, but the SORTROWS command should work...

oltre 14 anni fa | 0

Risposto
Program not converging after the first execution
This sounds like there are issues with variables (names) that are used for your calculation, but are also overwritten. Thus diff...

oltre 14 anni fa | 0

| accettato

Risposto
How to make autorun and auto exit
Just call the B file at the line of file A where you need it. If the file name is my_script.m, the command is my_script If y...

oltre 14 anni fa | 0

Risposto
SVD Differences - Single/multi Core CPU
There are many reasons why results can be different on different machines. The most frequent reason I see is 32 bit vs. 64 bit a...

oltre 14 anni fa | 0

Risposto
"Input arguments must contain positive integers" when trying to tune a pid controller
At least one of your blocks expects parameters or an input signal that needs to be integer and / or positive, depending on which...

oltre 14 anni fa | 0

Risposto
CURVE FITTING
Ideally, you open the surface fitting tool with sftool and interactively fit it.

oltre 14 anni fa | 0

Risposto
showing the error "??? Undefined function or method 'minus' for input arguments of type 'struct'."
The answer to a vague question is unfortunately vague. However, you can't subtract MAT files. You can read them and then do some...

oltre 14 anni fa | 1

| accettato

Risposto
Playing a video file in matlab.
It is probably as simple as you only have code to read the data, not display the data. Ideally the the demos for how to do it. I...

oltre 14 anni fa | 0

Risposto
EDU>>
The EDU prompt means, that you have a Student Version installed. The behaviour of a MATLAB file should however not be impacted. ...

oltre 14 anni fa | 1

| accettato

Risposto
How to determine if license is concurrent?
The information can indeed be found in the local license file. There is however, a wide field how license files may look like an...

oltre 14 anni fa | 0

Risposto
How to get Matlab, if my CD has deep scratches (MATPAB SUMULINK STUDEND VERSION R2010a )
There are multiple ways your university licensed MATLAB and thus every suggestion how to overcome your issue is pure speculation...

oltre 14 anni fa | 0

Carica altro