Answered
Speedup using Matlab compiler
Refer the article below: https://www.sharcnet.ca/help/index.php/INTERPRETERS_vs_COMPILERS Hope it will be useful!!!

12 years ago | 0

Answered
evalAt() does not work any way I use it
Most probably you do not have 'Symbolic Math Toolbox' installed on your system. Check using 'ver' command.

12 years ago | 0

Answered
How to solve Problem with LIBSVM installation in windows 7 (32 bits) for Matlab R2009b(7.1)
Did you try mex command? Follow the steps below: matlab>> mex -setup (ps: MATLAB will show the following messages to s...

12 years ago | 0

Answered
matrix generation without a for loop
Refer link below: http://www.mathworks.com/matlabcentral/newsreader/view_thread/288548 Hope it helps!!!

12 years ago | 0

Answered
how to create ad hoc network in truetime toolbox?
Refer link below: http://www.mathworks.com/matlabcentral/newsreader/view_thread/74525 Hope it helps!!!

12 years ago | 0

Answered
Evaluate all functions stocked in cell arrays at the same time without using for loop
Refer link below: http://www.mathworks.com/matlabcentral/newsreader/view_thread/299694 Hope it helps!!!

12 years ago | 0

| accepted

Answered
Microgrid Simulation using simulink
Refer below link: http://www.mathworks.com/matlabcentral/newsreader/view_thread/319638 Hope it helps!!!

12 years ago | 0

Answered
how to solve system of nonlinear PDE
You can use 'pdenonlin' function. Refer link below: http://www.mathworks.in/help/pde/ug/pdenonlin.html Hope it helps!!

12 years ago | 0

Answered
creating an input list from a large data set
Refer link below: http://www.mathworks.com/matlabcentral/answers/21801 Hope it helps!!!

12 years ago | 0

Answered
Get array size in Simulink
You can use 'Width' block from simulink library. Hope it helps

12 years ago | 2

| accepted

Answered
the C random seed is not shared by two mex-complied files
I think srand function should be used before rand function, to avoid this. Refer link below for further details: http://ww...

12 years ago | 0

Answered
what is local and global variable?and difference ?
Refer below link: http://msenux.redwoods.edu/Math4Textbook/Programming/VariableScope.pdf Hope it helps!!!

12 years ago | 0

Answered
i have to fuse two features i had concatenated it horizontally..to concatenate it should be in equal dimension..how can i make it to be in equal dimension..
Suppose; A = [1 2;3 4] B= [1 2 3;1 2 3;1 2 3] Then, A(3,3) = 0 Command will pad the array A with zero for further...

12 years ago | 0

| accepted

Answered
How to pass data from Edit Text Box in GUI to Constant Block in Simulink?
Refer below link: http://www.mathworks.com/matlabcentral/newsreader/view_thread/155265 Hope it helps!!!

12 years ago | 1

| accepted

Answered
Call Matlab in C (or C++)
Refer links below: http://www.mathworks.in/videos/calling-matlab-from-c-code-68913.html http://stackoverflow.com/questions...

12 years ago | 0

Answered
Calling Java from Matlab
Check the links below: http://blogs.mathworks.com/community/2009/07/06/calling-java-from-matlab/ http://www.mathworks.in/h...

12 years ago | 0

Answered
Suggestions for Surface Curvature Toolbox / Function / Method
Did you try below link: http://www.mathworks.com/matlabcentral/fileexchange/24484-geom3d/content/geom3d/geom3d/surfaceCurvatu...

12 years ago | 0

Answered
What is the significance of variance and correlation of a signal?
Refer link below: http://www.mathworks.in/academia/student_center/tutorials/signal-processing-tutorial.html For significan...

12 years ago | 0

| accepted

Answered
How to give if...then condition ?
if A1<=A e= 0; elseif A1>A e = 5e-3; end e= v/(u/e_prev - 2); e_prev = e; Hope it helps!!...

12 years ago | 0

Answered
saving a csv file as a .mat file
Refer below link: http://www.mathworks.in/matlabcentral/answers/8261-csv-vs-mat-files Hope it helps!!!

12 years ago | 0

Answered
Indexing several Data files to extract a column from each file
With xlsread command you can read partcular column in xls file. Below link will be useful in this regard: http://www.mathw...

12 years ago | 0

Answered
why different answers with roipoly and polyarea
'roipoly' is used to get manually the region of interest 'polyarea' is used to calculate the ROI area Example: % imshow...

12 years ago | 0

Answered
How to make matlab 2012a or 2012b work with visual studio 2012
First check whether Visual Studio 2012 is supported by either R2012a or 2012b, at link given below: http://www.mathworks.in/s...

12 years ago | 0

Answered
How can i implement this code?
Refer below link: http://matlabdatamining.blogspot.jp/2010/02/principal-components-analysis.html Hope it will be useful.

12 years ago | 0

Answered
how to install truetme toolbox in matlab R2010a for windows7 64bit?
I believe report.pdf (Page 7 & 8) in docs folder provides all information on installation. Hope it helps!!!

12 years ago | 0

Answered
Inserting a column vector as a column in a new matrix.
new_matrix = [1s_col X X^2]

12 years ago | 0

| accepted

Answered
how to find the sum of matrix?
If I understand your question correctly: sum_of_all_matrices = sum(A)

12 years ago | 0

Answered
I don't know why MATLAB appears such a error message when debug this program,but in my friend's machine,the program can be debugged successfully.thank you!
Undefined command/function 'circle'." Means that matlab cannot find function/command 'circle'. Please check where this fun...

12 years ago | 0

| accepted

Answered
speech tx and rx model
You can refer below link: http://www.mathworks.in/help/comm/ug/source-coding.html#fp13343 Hope it helps!!!

12 years ago | 0

Answered
Mean shift Segmentation/Clustering
Refer below link: http://www.shawnlankton.com/2007/11/mean-shift-segmentation-in-matlab/ Hope it helps!!!

12 years ago | 0

Load more