답변 있음
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.

대략 14년 전 | 0

답변 있음
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. ...

대략 14년 전 | 1

답변 있음
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

대략 14년 전 | 6

| 수락됨

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

대략 14년 전 | 0

| 수락됨

답변 있음
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...

대략 14년 전 | 1

답변 있음
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...

대략 14년 전 | 0

| 수락됨

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

대략 14년 전 | 0

답변 있음
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>...

대략 14년 전 | 0

| 수락됨

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

대략 14년 전 | 0

답변 있음
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...

대략 14년 전 | 0

답변 있음
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 ...

대략 14년 전 | 0

| 수락됨

답변 있음
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...

대략 14년 전 | 0

답변 있음
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...

대략 14년 전 | 0

| 수락됨

답변 있음
"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...

대략 14년 전 | 0

답변 있음
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...

대략 14년 전 | 0

답변 있음
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...

대략 14년 전 | 1

답변 있음
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...

대략 14년 전 | 1

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

대략 14년 전 | 0

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

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 0

| 수락됨

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 0

답변 있음
"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...

14년 초과 전 | 0

답변 있음
CURVE FITTING
Ideally, you open the surface fitting tool with sftool and interactively fit it.

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 1

| 수락됨

답변 있음
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...

14년 초과 전 | 0

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

14년 초과 전 | 1

| 수락됨

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 0

더 보기