回答済み
How to connect Simulink to MS Access database
You can use activex controls or database toolbox. Refer below link for further details: http://www.mathworks.nl/matlabcen...

13年以上 前 | 1

回答済み
how to craete a matrix with desired elements
What exactly is your requirment, please elaborate.

13年以上 前 | 0

回答済み
How do I turn a nxm matrix into a single array?
You can use reshape command: a= [1 2 3 4;5 6 7 8;9 10 11 12; 13 14 15 16] b = reshape(a,1,16) or simply b = a(:)' ...

13年以上 前 | 1

| 採用済み

回答済み
Error when I start the matlab
Refer link below: http://www.mathworks.co.jp/matlabcentral/answers/49544 SOLUTION (as suggested by matlab support) : Insta...

13年以上 前 | 0

回答済み
How can I indicate varying population level using colour across an area in the UK?
Refer below link: http://blogs.mathworks.com/steve/2007/01/01/superimposing-line-plots/ This will help you plot data on UK...

13年以上 前 | 0

回答済み
Undefined function 'nmf' for input arguments of type 'double'
Probably you are trying to use 'nmf' function instead of 'nnmf' function in statistics toolbox.

13年以上 前 | 0

回答済み
How can I create pivot table like excel in Matlab
Refer link below; http://www.mathworks.com/matlabcentral/fileexchange/30547-pivottable Hope it helps!!!

13年以上 前 | 2

回答済み
How to use GUI which is outside the working directory ?
Refer link below: http://blogs.mathworks.com/community/2011/04/04/guide-guis-in-all-one-file/ Hope it helps!!!

13年以上 前 | 0

回答済み
How can I save the content of an axes using gui?
You get this error when the function isn't on the MATLAB path or in pwd. Probabaly 'getimage' comes with image processing too...

13年以上 前 | 0

| 採用済み

回答済み
How can i read a csv file
You can use 'csvread' function. Refer link below for further details: http://www.mathworks.in/help/matlab/ref/csvread.html ...

13年以上 前 | 0

回答済み
Solving Non-Linear Equations
_Undefined function or method 'arctan' for input arguments of type 'sym'._ Matlab function name is 'atan' and not 'arctan' ...

13年以上 前 | 0

回答済み
Plot in Excel Selected Range
Use 'input' command for acquiring data from user. Hope it helps!!!

13年以上 前 | 0

回答済み
Matlab 'dir' command - how to assign names to variables
Refer below link: http://blogs.mathworks.com/pick/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/ ...

13年以上 前 | 0

| 採用済み

回答済み
Tool development using GUIDE
Probably below link could be useful: http://blogs.mathworks.com/community/2010/02/15/putting-the-tab-into-a-gui/ Hope it h...

13年以上 前 | 0

| 採用済み

回答済み
system cannot execute the specified program
Probably it has something to do with the C compiler. First configure your compiler using below command: mex -setup Hope...

13年以上 前 | 0

| 採用済み

回答済み
Assign characters to numbers in a matrix
You can build a logic using for loop plus ascii values of characters. Hope it helps!!

13年以上 前 | 0

回答済み
Windows thinks .mat file should be opened with Microsoft Access
Probably it has something to do with size of new vectors you are trying to load. Refer link from matlab documentation below ...

13年以上 前 | 0

回答済み
How can I use .NET programming interface?
Refer below link: http://www.mathworks.in/help/matlab/ref/net.html Hope this helps!!!

13年以上 前 | 0

回答済み
How to calculate Reaction Time of video response stimuli
Refer below links: http://en.wikibooks.org/wiki/MATLAB_Programming/Psychtoolbox/Example_Code/xsearch http://www.psychtoolb...

13年以上 前 | 0

回答済み
Hiding the code in m file ?
Please refer below link: http://www.mathworks.com/matlabcentral/newsreader/view_thread/26307 This will provide way to hide...

13年以上 前 | 0

回答済み
how to make a local variable in the "M-file" to workspace?
_"how to include value "dialVal" in block "from workspace" in the Simulink"_ You can directly use dialVal directly as it is...

13年以上 前 | 0

回答済み
How to make a movie loop / controll speed?
movie(F,n,fps) n -> number of times movie is played fps -> frames per second to control speed of movie Hope it helps!!!

13年以上 前 | 2

| 採用済み

回答済み
S function debugging with Visual Studio 2005
Refer below link: http://www.mathworks.in/help/matlab/matlab_external/debugging-c-c-language-mex-files.html Hope it helps!...

13年以上 前 | 1

| 採用済み

回答済み
How to run two different programs in matlab ?
Take a look at link given below: http://www.mathworks.in/support/solutions/en/data/1-4PG4AN/index.html?solution=1-4PG4AN H...

13年以上 前 | 0

回答済み
anovan: how to switch off the tables it produces?
Please refer below link; http://www.mathworks.in/help/stats/multcompare.html#f2030174 Hope it helps!!!

13年以上 前 | 0

回答済み
Release Version Problem? "Undefined function 's2y' for input arguments of type 'double'."
Please contact Mathworks, because it looks like an issue with your obtained license.

13年以上 前 | 0

| 採用済み

回答済み
Release Version Problem? "Undefined function 's2y' for input arguments of type 'double'."
I suggest to check if RF Toolbox is installed in your matlab version. Hope it helps!!!

13年以上 前 | 0

回答済み
How to use loops to compare values?
Refer the link below: http://www.mathworks.com/matlabcentral/newsreader/view_thread/280857 Hope it helps!!!

13年以上 前 | 0

回答済み
How to display Number in 2-D plots
Refer link below: http://www.mathworks.com/matlabcentral/newsreader/view_thread/242256 Hope it helps!!!!

13年以上 前 | 0

| 採用済み

回答済み
How to use SVM in speech recognition?
Refer below link: http://www.mathworks.in/help/bioinfo/ug/support-vector-machines-svm.html#bs3tbev-2 Hope it helps!!!

13年以上 前 | 0

| 採用済み

さらに読み込む