답변 있음
how to convert visual C++ to Matlab
You may consider including C/C++ code into MATLAB as MEX files. If you have existing and proven C code, that might be a better a...

대략 15년 전 | 0

답변 있음
Code runs much faster in debugger
Not that I know WHY that is faster in debug mode, but one aspect is that The JIT accelerator is disabled when debugging. Natural...

대략 15년 전 | 1

답변 있음
Why: The Same Matlab program run in the same version Matlab but in Different PC generates Different Results?
There can be a lot of reasons. I try collecting reasons in this <http://www.mathworks.com/matlabcentral/answers/438-why-are-comp...

대략 15년 전 | 0

답변 있음
For new matlab/simulink users, do you know about the (interactive) video tutorials?!
I like to point out that webinars (not all though) are available in *19 different languages*. Also make sure you check out th...

대략 15년 전 | 0

| 수락됨

답변 있음
Tool Licenses
Ultimately, only the administrator of your license in your company can tell you. That s for a couple of reasons: 1. As other ...

대략 15년 전 | 0

답변 있음
May I buy idyvidual commercial license in other country I live?
This forum is intended to be purely technical. Non-technical questions (pricing, licensing, legal) will not be addressed by Math...

대략 15년 전 | 0

| 수락됨

답변 있음
Bug in Simulink demos (Video and Image Processing Blockset)
I must say, the author could have either designed the edit field in the mask better or have MATLAB react on and invalid setting,...

대략 15년 전 | 0

| 수락됨

답변 있음
save a .spc-file using Matlab
I am not totally clear about this question, but my guess is that the exported format does not match the exact format you need fo...

대략 15년 전 | 0

| 수락됨

답변 있음
Constant Input
I suppose the observation "gradual decrease" is just a misinterpretation. If you see this in the scope block, Simulink interpola...

대략 15년 전 | 1

| 수락됨

답변 있음
Matlab in Linux-help with installing additional features needed
The fact that you can start MATLAB sounds like the licensing part is working. Please verify running: license('test','Simuli...

대략 15년 전 | 0

답변 있음
Simulink model window keeps deactivating itself
The technical term I heard is "bringing something into focus". I found the following description from another user with R2010...

대략 15년 전 | 1

| 수락됨

답변 있음
small values result in empty isosurface plot
In order to see whether this is depending on your data, please run the example from the documentation: [x,y,z,v] = flow; ...

대략 15년 전 | 0

답변 있음
How to use a workspace variable in editor
I'd say you need to work with function arguments: <http://www.mathworks.com/help/techdoc/matlab_prog/bresuxt-1.html> For t...

대략 15년 전 | 0

답변 있음
Incorrect Chunk Size?
I know this "incorrect chunk size" message from an earlier version. To that time, the behavior occured when the avi files were m...

대략 15년 전 | 0

답변 있음
2D Graphs behind each other in 3D. Something like bar3
For me, this looks like this can be accomplished by BAR3 / BAR3H

대략 15년 전 | 0

답변 있음
Mex -setup compiler
I also would guess this is that you need to install a C compiler. Here is the full list: <http://www.mathworks.com/support/co...

대략 15년 전 | 0

답변 있음
Which MATLAB/Simulink version can convert Simulink models to HDL?
<http://www.mathworks.com/products/slhdlcoder/ Simulink HDL Coder> was introduced with Release 2006b (MATLAB 7.3 and Simulink 6...

대략 15년 전 | 1

답변 있음
How to compare in matlab
I suggest comparing the difference of A in k with a very small number: f=abs(k-A(1,:))<2*eps This avoids a couple of numeric...

대략 15년 전 | 0

답변 있음
Day of year to month
I am not 100% sure, but maybe this example helps you d2011=734504; % 734504 ist the first day of 2011 - example v=d2011:...

대략 15년 전 | 0

답변 있음
How do I reset MATLAB to its launched state?
Please see if MATLABRC is what you need <http://www.mathworks.com/help/techdoc/ref/matlabrc.html MATLABRC doc> If it is not com...

대략 15년 전 | 1

답변 있음
How do I reverse the order of a vector?
I think you are looking for commands like <http://www.mathworks.com/help/matlab/ref/flipud.html |flipud|> and <http://www.mathwo...

대략 15년 전 | 4

답변 있음
Why are computational results in MATLAB sometimes different on different machines and how can I prevent this has a high impact on my application?
I like to link this question and the answers to here: <http://www.mathworks.com/matlabcentral/answers/1032-why-do-some-calcul...

대략 15년 전 | 0

답변 있음
Locating Peaks Naively
If this is a signal processing application, you will find the <http://www.mathworks.com/help/toolbox/signal/findpeaks.html |find...

대략 15년 전 | 0

답변 있음
Is there a way to detect if a file is open in another application from MATLAB?
The FOPEN command returns a -1 if there is an issue with opening the file. You can use that. Even if you use LOAD or other funct...

대략 15년 전 | 1

| 수락됨

답변 있음
simulink- too much connections?
I am not particularily strong with the Fuzzy Logic Controller block, but when I tried it a while ago, I recognized too, that the...

대략 15년 전 | 0

답변 있음
Initialization in Simulink
I am not sure why you find that easier, but yes this is possible. You can apply a callback function, e.g. the "Pre Load Function...

대략 15년 전 | 3

답변 있음
Blocks for RealTime Workshop
This is extensively docuemented here: Product Limitations Summary <http://www.mathworks.com/help/toolbox/rtw/ref/brl3tbg.h...

대략 15년 전 | 2

| 수락됨

답변 있음
Confusing Simulink error: Derivative at time 0 is Inf or NaN
If you search MathWorks Solution documents and bug reports with " singularity solution reducing", you will find a <http://www.ma...

대략 15년 전 | 3

| 수락됨

답변 있음
Framing a Video
As a starting point, please familiarize with the commands AVIREAD, MMREADER, VIDEOREADER, e.g.: <http://www.mathworks.com/hel...

대략 15년 전 | 0

답변 있음
Storing multiple values in one location of matrix
I need to speculate a bit what the question is. Here an example code: a=1; % I peronally never use i,j,I,J b=2; M=zeros(4...

대략 15년 전 | 3

| 수락됨

더 보기