Statistica
RANK
2.998
of 295.467
REPUTAZIONE
19
CONTRIBUTI
82 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
37.8%
VOTI RICEVUTI
19
RANK
13.607 of 20.234
REPUTAZIONE
19
VALUTAZIONE MEDIA
0.00
CONTRIBUTI
1 File
DOWNLOAD
1
ALL TIME DOWNLOAD
197
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Inputting simulation data to Simulink
I am trying to implement the following controller in Simulink. The input is an array of size N×1, which exists in MATLAB worksp...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Finding the edges of an ellipse in an image
I have an binary image as shown below. <</matlabcentral/answers/uploaded_files/37057/LeadingVortex_No_Ellipse.jpg>> As can...
circa 9 anni fa | 2 risposte | 0
2
risposteDomanda
Solving a system of nonlinear equations
I have about 1000 measurement which relates three variables to each other: |x|, |y|, and |z|. In other words, I have 1000 measur...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
Imposing a prescribed motion field to a grayscale image
I have a grayscale image with intensity distribution |I1(i,j)|. I am trying apply a motion field u(i,j), v(i,j) where |(i...
quasi 10 anni fa | 2 risposte | 0
2
risposteDomanda
Determining the separability of a 3D kernel
I have three kernels of size |2×2×2| (as define below by |ker1|, |ker2|, |ker3|). I wanted to know how I can determine whether t...
quasi 10 anni fa | 0 risposte | 0
0
risposteDomanda
Model Reduction of a Noisy 2D Experimental Data
I am trying to understand the following |MATLAB| code: Reduce(Reduce(u)) where |u| is a |n×m| matrix and is a 2D measu...
quasi 10 anni fa | 0 risposte | 0
0
risposteDomanda
mexCallMATLAB crashes for dynamically allocated mxArrays
Could someone kindly help me fix the issue that I have in using dynamically allocated mxArrays? In the example code below, MATLA...
quasi 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Problem in using mxSetPr
I am writing a function within in a |mex| file which calls a |MATLAB| function. Unfortunately, when it comes to |mxSetPr|, |MATL...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Taking a special image derivative using convolution
I have two images at different times. The first image is |im1| at time |t1| and the second image is |im2| at time |t2|. I want t...
circa 10 anni fa | 0 risposte | 1
0
risposteDomanda
Most Efficient Way of Using mexCallMATLAB in Converting Double* to mxArray*
I am writing a |MEX| code in which I need to use |pinv| function. I am trying to find a way to pass the array of type |double| t...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
A problem in running a MEX file in a consistent way
I have written a |MEX| file. This file compiles successfully with no problem. For some reasons, which I am really baffled, this ...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I label a solution as NaN in a MEX code?
I am using solvers of |LAPACK| libraries in a |MATLAB| |MEX| file for solving linear system of equations. For some of the cases,...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
Problem in using the "-g" option of mex
I have written a |MEX| file which is successfully built by: mex -v mymex.cpp However, when I want to add the debug inf...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Defining a function (including vector dot product) for all the points in 3D
I am trying to build the following function in a three dimensional domain. <</matlabcentral/answers/uploaded_files/13670/Un...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
Problem in using bsxfun
I have two arrays in MATLAB: A; % size(A) = [NX NY NZ 3 3] b; % size(b) = [NX NY NZ 3 1] These two arrays are ver...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Custom subarray of a multidimensional array
I have an array |A| which has a size |[N1 N2 N3 3 3]|. Array |A| can be considered as a rectangular box in three dimensions that...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
How to vectorize the multiplication of arrays with DIM=5?
I have a three dimensional domain in MATLAB. For each point in the domain I have defined three arrays of size |(NX,NY,NZ)| at ea...
oltre 10 anni fa | 0 risposte | 0
0
risposteDomanda
Finding the repetition of each element of a matrix
I have a matrix named A with size N×3. For example, A = [ 1 2 3; 1 4 5; 5 6 7; ...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
Mapping elements of a matrix using a vector array
I have a matrix named A with size N×3. The values of the elements of A ranges from 1 to M. For example, A with size 8×3: A ...
oltre 10 anni fa | 1 risposta | 1
1
rispostaDomanda
Replacing all the elements of one matrix with new values (one to one mapping)
I have a large matrix of size 50000×3. I would like to replace the values of the elements with a new values. To illustrate my pr...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Changing the radial range in a polar plot
Dear All, I would like to change the radial range of a polar plot. How can I change the following plot such that radius range...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Deploying 32bit applications using MATLAB 64bit
Hello All, May I know how I can deploy a MATLAB code into a 32 bit application using MATLAB 64bit running under Windows 7 64b...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
vectorizing calculation of eigen values of a large multi-dimensional array
Dear All, I have a 3D rectangular domain. Each point is associated with a vector(u,v,w) through time. u, v, and w are of size...
oltre 11 anni fa | 2 risposte | 1
2
risposteDomanda
How to vectorize a for loop with an if condition inside
Dear All, How can I vectorize the following loop? Basically, I have a structured grid in whose node ids are stored in a array...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
writing a buffer of 80 characters to file in a binary format
I am trying to translate the following snippet which is in C. char buffer[80]; strcpy(buffer,"Velocity"); fwrite(buff...
oltre 11 anni fa | 3 risposte | 0
3
risposteDomanda
Is it possible to use C++ string and sstream in MATLAB MEX?
Dear All, Is it possible to use C++ string and sstream in a MATLAB MEX file? The following is a part of my code in which I am...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
Problem using Intel MKL with MEX
Dear All, Is it possible to use Intel MKL 10.3 in MEX? I am having problem in using MKL 10.3 along with MEX. I have no proble...
quasi 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Problem in specifying dependent library files by using MEX switches
I am trying to find the instructions for specifying the dependent library files as well as the path for compiling a c++ MEX file...
quasi 12 anni fa | 4 risposte | 0
4
risposteDomanda
Apply a mask to 4D medical images in a vectorized way
Dear All, I have a 4D array V, with the size [144 144 12 25]. In fact, it is a 4D medical image with 12 stacked slices in 25 ...
quasi 12 anni fa | 2 risposte | 0
2
risposteDomanda
Help on showing a mask in an axes object for a MATLAB GUI
Dear All, I have designed a GUI which has an axes object. I want to create and overlay a mask on an image in the axes of the ...
quasi 12 anni fa | 2 risposte | 0