MATLAB
MATLAB parallel computing setup
I have a quad core computer; and I use the parallel computing toolbox. I set different number for the \"worker\" number in the parallel computing setting, for example 2,4,8..............[详细]
2023-04-10 15:38 分类:问答C-DLL to be used by MATLAB? [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.[详细]
2023-04-10 14:13 分类:问答Simple loop doesn't work
This is crazy, have been stuck on this MATLAB code for ages. What I\'ve got is the following: for i = 1 : 0.1 : 5[详细]
2023-04-10 13:28 分类:问答MATLAB console output
Say I had a variable called \"x\" and x=5. I would like to do: disp(\'x is equal to \' + x +\'.\'); and have that code print:[详细]
2023-04-10 13:15 分类:问答Crop MS Word Images using Matlab Activex control
I am using MATLAB to paste and caption plots into Microsoft Word.I would like to also crop these images using the ActiveX control.[详细]
2023-04-10 11:24 分类:问答Run a MATLAB script from Windows DOS prompt
I am trying to run a Matlab script from Windows command prompt but I can\'t execute it sometimes.The scr开发者_开发百科ipt runs fine when manually launched.Matlab version is 2011a and Windows is Serve[详细]
2023-04-10 09:00 分类:问答Matlab: Optimize this (pt 2)
Here\'s another one: ValidFirings = ((DwellTimes > 30/(24*60*60)) | (GroupCount > 1)); for i = length(ValidFirings):-1:2[详细]
2023-04-10 08:03 分类:问答matlab and c differ with cos function
I have a program implemented in matlab and the same program in c, and the results differ. I am bit puzzled that the cos function does not return the exact same result.[详细]
2023-04-10 04:03 分类:问答How to detect a strict clockwise/ counter clockwse motion in MATLAB
I need to write a small program which to test whether a line (position vector) does strictly clockwise or CCLW movement. I tried to use atand to find the angle, but it could jump from negative to posi[详细]
2023-04-10 03:17 分类:问答Matlab's simplify behavior
I\'m trying to simplify some symbolic equations. >> syms x; >> simplify(sqrt(x^2)/x) ans = (x^2)^(1/2)/x[详细]
2023-04-10 01:50 分类:问答