Answered
Can Matlab call MFC C++ codes via mex functions?
It is possible to call MFC C++ program in matlab, refer the link below for details: http://www.mathworks.com/matlabcentral/fi...

11 years ago | 0

Answered
single row matrix vector subtraction
Refer link below: http://stackoverflow.com/questions/5342857/how-to-subtract-a-vector-from-each-row-of-a-matrix Hope it he...

11 years ago | 0

Answered
multi-CPU execution problem
Refer below links: http://www.mathworks.in/discovery/multicore-matlab.html http://www.mathworks.in/company/newsletters/art...

11 years ago | 0

Answered
How to differ text image from other images
Refer link below: http://www.mathworks.com/matlabcentral/newsreader/view_thread/293355 Hope it helps!!!

11 years ago | 0

Answered
How to create reference blocks?
Probabaly below link would help, if you have already not gone through it: http://www.mathworks.in/help/slvnv/ug/understanding...

11 years ago | 0

Answered
Best way to export long double data from C into Matlab
If you are importing from .dat file, refer below link: http://www.mathworks.com/matlabcentral/newsreader/view_thread/82442 ...

11 years ago | 0

Answered
how to import C/C++ file int matlab.
http://www.mathworks.in/help/coder/ug/calling-external-c-c-functions.html Hope this helps!!!

12 years ago | 0

Answered
How Can I draw confidence intervals on probability plot?
Refer below link: http://www.mathworks.com/matlabcentral/answers/16929-probability-plot-with-confidence-interval Hope it h...

12 years ago | 0

Answered
plot vectors from a point to another point
I think you can use 'quiver' command. Refer below link: http://www.mathworks.in/help/matlab/ref/quiver.html Hope it hel...

12 years ago | 0

Answered
Error-Initial state vector "X0" must be a real vector of length 86
Use below command & check the results: newoptions = simset (oldoptions, 'SaveFormat', 'StructureWithTime');

12 years ago | 0

Answered
Using USB 6009 in Simulink?
Refer below link & section No. 5 in document: http://www.cs.rochester.edu/u/brown/160_10_27_11/readings/data_acq.pdf Hope ...

12 years ago | 0

| accepted

Answered
infinite series approximation program?
Refer below link: http://www.math.ucsd.edu/~bdriver/21d-f99/sequences-series/recursion.htm#B) Hope it helps!!

12 years ago | 0

Answered
How do I generate a function to satisfy given conditions.
You can use System Identification Toolbox Refer link below for details: http://www.mathworks.in/products/sysid/index.html ...

12 years ago | 0

Answered
how can i start making the program about clustering using SOM method?
Refer links below: http://www.cis.hut.fi/somtoolbox/ And http://www.deti.ufc.br/~guilherme/competitive.html Hope it ...

12 years ago | 0

Answered
Solving ODE in MATLAB help needed
Rfer below link: http://stackoverflow.com/questions/12720549/matlab-ode45-basic-setup Hope you will find the answer!!!

12 years ago | 0

Answered
gtext , I got an error message
Check by setting 'Interruptible' property of you figure to 'off'. Refer link below: http://www.mathworks.in/help/matlab/re...

12 years ago | 0

Answered
How do I store row swap information in a vector?
Command for swapping array: For 3x3 Matrix A: A([1 3], :) = A([3 1], :) This will swap row 1 with 3. Now you can u...

12 years ago | 0

Answered
Replace NaN value to blank in excel
I think this what you need: http://www.mathworks.com/matlabcentral/fileexchange/10847 Hope it helps!!

12 years ago | 0

Answered
how to store data from a for loop
Refer the video at link given below: http://blogs.mathworks.com/pick/2007/08/20/matlab-basics-video/ Hope it helps!!!

12 years ago | 0

| accepted

Answered
How to build a shared DLL 32 bit on a 64 bit machine?
Refer below link: http://stackoverflow.com/questions/8473209/compiling-32bit-matlab-application-on-64-bit-machine-c Hope i...

12 years ago | 0

Answered
ISOSURFACE: identifying the connected faces
Refer link below: http://www.mathworks.in/help/matlab/ref/isosurface.html Hope it helps!!!

12 years ago | 0

Answered
How do you connect a thermistor block in a Wheatstone Bridge Setup in Simulink?
Refer the link below: http://www.mathworks.com/matlabcentral/fileexchange/37723-wheat-stone-bridge Hope you will find it u...

12 years ago | 1

Answered
what is integration time
An integrating A-D converter measures the input voltage by allowing it to charge a capacitor for a defined period. The integrati...

12 years ago | 0

Answered
how eig() function works for finding eigen values of an image?
Refer below link & expand 'Tips' section, you will find some information about the algorithm used. Also search in matlab inst...

12 years ago | 0

Answered
store or obtainn the data in the form of matrix
You can use 'reshape' command.

12 years ago | 0

| accepted

Answered
Error in setting up MPIEXEC configuration for Matlab R2012b on a cluster
Refer link below: http://www.mathworks.com/matlabcentral/newsreader/view_thread/280841 Hope it helps!!!

12 years ago | 0

Answered
how to plot x,y,z axes in a single graph?
You can use stem3(x,y,z,'MarkerFaceColor','g'). Refer link below: http://www.mathworks.in/help/matlab/visualize/representi...

12 years ago | 0

Answered
Reading in a *.dat file and replacing a part of it in the middle with new data
You need to use fopen, fgetl, findstr functions. Refer link below for example: http://www.mathworks.com/matlabcentral/news...

12 years ago | 0

| accepted

Answered
Not enough input arguments: how do i solve?
Probabably few arguments to your function Write2file(maxLevel,avgMonths,minLevel,over_average) are missing or not defined Che...

12 years ago | 0

Answered
error please help me
It could be a problem due to conflict of 'character encoding systems' of your model & matlab version. Refer below link for pr...

12 years ago | 1

Load more