Respondida
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...

más de 13 años hace | 1

Respondida
how to craete a matrix with desired elements
What exactly is your requirment, please elaborate.

más de 13 años hace | 0

Respondida
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(:)' ...

más de 13 años hace | 1

| aceptada

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

más de 13 años hace | 0

Respondida
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...

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 2

Respondida
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!!!

más de 13 años hace | 0

Respondida
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...

más de 13 años hace | 0

| aceptada

Respondida
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 ...

más de 13 años hace | 0

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

más de 13 años hace | 0

Respondida
Plot in Excel Selected Range
Use 'input' command for acquiring data from user. Hope it helps!!!

más de 13 años hace | 0

Respondida
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/ ...

más de 13 años hace | 0

| aceptada

Respondida
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...

más de 13 años hace | 0

| aceptada

Respondida
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...

más de 13 años hace | 0

| aceptada

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

más de 13 años hace | 0

Respondida
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 ...

más de 13 años hace | 0

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

más de 13 años hace | 0

Respondida
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...

más de 13 años hace | 0

Respondida
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...

más de 13 años hace | 0

Respondida
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...

más de 13 años hace | 0

Respondida
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!!!

más de 13 años hace | 2

| aceptada

Respondida
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!...

más de 13 años hace | 1

| aceptada

Respondida
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...

más de 13 años hace | 0

Respondida
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!!!

más de 13 años hace | 0

Respondida
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.

más de 13 años hace | 0

| aceptada

Respondida
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!!!

más de 13 años hace | 0

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

más de 13 años hace | 0

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

más de 13 años hace | 0

| aceptada

Respondida
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!!!

más de 13 años hace | 0

| aceptada

Cargar más