답변 있음
Would you use Matlab Central in a job search?
It depends. Approaching somebody indivually seems acceptable to me, but a massive load of message not. On the other hand, whe...

13년 초과 전 | 4

| 수락됨

답변 있음
about mmreader'sproperty thanks!
xyloObj = mmreader('xylophone.mpg', 'Tag', 'My reader object'); get(xyloObj) xyloObj.FrameRate Note: MMREADER will be...

13년 초과 전 | 0

답변 있음
Hi i have the following code ? How i can save a file which i show by'imshow' function?
To save figures created with IMSAVE, there is no other way than with standard figures. See the doc for <http://www.mathworks.com...

13년 초과 전 | 0

답변 있음
Error: Unexpected MATLAB expression.
If you can execture really simple stuff like plot(1:10) then your installation is probably corrupt and needs a re-instal...

13년 초과 전 | 0

답변 있음
Matlab compiler question on Windows system
Please ask the provider of the package to provide you a 64 bit application. Maybe others here can describe to you how you can ma...

13년 초과 전 | 1

답변 있음
main window is not loading
There are tons of different reasons why a startup fails and in case there is no error message, it is not efficient to discuss th...

13년 초과 전 | 0

답변 있음
How can I make Simulink work with complex transfer functions?
According to my resaerch of a MathWorks internal database, this is an existing, but very infrequent enhancement request. If you ...

거의 14년 전 | 1

| 수락됨

답변 있음
error in subtracting
The point is that 5.1341e-011 IS actually almost zero. It depends now on your application what is the best approach. Very often ...

거의 14년 전 | 0

답변 있음
Undefined function or method 'filter'
This likely is an overload of multiple FILTER commands. Try which filter -all In my installation, it returns: built...

거의 14년 전 | 0

답변 있음
How to save a figure to .ai?
The Adobe Illustrator (.ai) format is no longer supported from the File -> SAVE AS menu. There has been a warning since MATLAB ...

거의 14년 전 | 0

| 수락됨

답변 있음
Run matlab in linux
This sounds like you have multiple SORTROWS on yout path. What does which sortrows -all return?

거의 14년 전 | 1

| 수락됨

답변 있음
Simulink forward compatibility question
Simulink 5.0 is a 10 year old peace of software... Do you really need this old version? I suggest that you invest the time and e...

거의 14년 전 | 0

| 수락됨

답변 있음
Is a Bloomberg license needed for the financial datafeed toolbox?
Your guess is correct. The BLOOMBERG functionality can only be used when you also have purchased data access from Bloomberg (I d...

거의 14년 전 | 0

| 수락됨

답변 있음
Find older version of my m-file.
Look for the Autosave file. Extension is ASV - same folder.

거의 14년 전 | 0

답변 있음
maple in 2012a student version solving difference equations (z transforms)
The product "(Extended) Symbolic Math Toolbox" used the Maple symbolic engine in the past. Not sure exactly, but around 2009 a c...

거의 14년 전 | 0

답변 있음
OPC Toolbox 3.0
You can feed the documentation <http://www.mathworks.com/help/toolbox/opc/ here>. In order to find out if you have the produc...

거의 14년 전 | 0

답변 있음
Simulink compatibility issue between r2011a and r2011b
I am also surprised by that behaviour and you shouldd definitely contact Technical Support for that. In order to save a model...

거의 14년 전 | 2

| 수락됨

답변 있음
.mexmac or .mexmaci on 64-bit?
A manufacturer of a certain toolbox needs to provide the files for your environment. In general, you can run MEXEXT to figure th...

거의 14년 전 | 1

| 수락됨

답변 있음
matlab
"so that the answer is for example 10, 100 1000 10000" b IS 10, 100 1000 10000 - you surely mix up something... But in gen...

거의 14년 전 | 0

답변 있음
MATLAB Coder licensing limitations
I suggest that you do not rely on answers to legal questions in this or any other public forum. This is a technical forum. Peopl...

거의 14년 전 | 1

답변 있음
making a 341x341 matrix from a 465124x1 matrix.
Sounds like you are looking for the RESHAPE command.

거의 14년 전 | 1

| 수락됨

답변 있음
Figure set color error
When it is urgent - call Technical Support and don't rely on the community ;-) But my guess is that you use variable or funct...

거의 14년 전 | 0

| 수락됨

답변 있음
MATLAB has stopped working..
I always recommend to "re-MEX" the C-MEX S-Functions when using newer releases. I know this is not always necessary, but it can ...

거의 14년 전 | 0

답변 있음
sorting rows
doc sortrows

거의 14년 전 | 0

답변 있음
.m change to C file
This can be achieved by using the <http://www.mathworks.com/products/matlab-coder/ MATLAB Coder>.

거의 14년 전 | 0

답변 있음
identification of curve in a graph
You need the commands PLOT, HOLD und GINPUT.

거의 14년 전 | 0

답변 있음
Images and neural networks
It is difficult to recommend something to you with this level of information. In my view, your professor should give you some gu...

거의 14년 전 | 1

| 수락됨

답변 있음
when i run this codding, the following error are shown..please help me to solve this problem :(
In order to troubleshoot a "Matrix dimensions must agree." error, you can identify the line number of the line causing the erro...

거의 14년 전 | 0

답변 있음
Answers vs Newsgroup
Viewpoint "person doing a web search": This user can easily see accepted (==helpful) answer in MATLAB Answers, while you would n...

거의 14년 전 | 3

답변 있음
Index exceeds matrix dimensions
When I run this code in this line x(xx)=x(t)+delT*(alpha+beta*log(a(t))+gama*x(t))*(M-x(t))*exp(-d*p(t))*exp(h*q(t)) bec...

거의 14년 전 | 0

더 보기