photo

Yatin

Last seen: environ 2 mois il y a Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

All
  • Knowledgeable Level 3
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
Install MinGW-w64 compiler without Add-on explorer
Please refer to the <https://www.mathworks.com/matlabcentral/answers/311290-faq-how-do-i-install-the-mingw-compiler MinGW FAQ> p...

environ 8 ans il y a | 0

| A accepté

Réponse apportée
Build .dll fails, no compiler found? MinGW _IS_ installed - ver 2016a
Can you post the latest output by running the command >> mex -setup -v from your MATLAB Terminal Window? Also please n...

environ 8 ans il y a | 0

Réponse apportée
How do I know if MCR is installed & if yes where?
Hi Hubert, You can try using the "find" function in Linux to check if you have any MCR files on your machine. Also as far as ...

environ 11 ans il y a | 0

Réponse apportée
Trying to install and execute a Matlab program I have running under Linux and have performed the Deploytool (Build,Package with MCR). This is my first deployment attempt at on a Linux machine. Looking for a procedure to guide me in this.
Hi John, You can have a look at the article below for the instructions on installation. <http://www.mathworks.com/help/com...

environ 11 ans il y a | 0

Réponse apportée
can you help me to programming algorithm of x^n and n! ,and plotting in same figure
Hi, Below are the implementations for the factorial and the power functions. You can store the values from both the functio...

environ 11 ans il y a | 0

Réponse apportée
Exchanging data between matlab and labviews application running in parralel
Hey Oliver, May be you might find this resource useful. <http://digital.ni.com/public.nsf/allkb/2F8ED0F588E06BE1862565A900...

environ 11 ans il y a | 1

Réponse apportée
Matlab Builder Ex (excel add-in)
Hello Alberto, You can try using the following commands to register your files before running the component. |regsvr32 C:\...

environ 11 ans il y a | 0

Réponse apportée
Deleting files from MatLab cloud?
Hey Stephen, Have you downloaded the MATLAB connector for connecting to the cloud? I think you need the connector in order t...

environ 11 ans il y a | 0

Réponse apportée
How to compile against a specific MCR version?
Hi Neil, I do not think that the behavior of "find" has changed between the MCR versions. However, to be sure you can check t...

environ 11 ans il y a | 0

Réponse apportée
error after build the project using deploytool
Hi Siti, As per the description of the error, you need to install the MCR(Matlab Compiler Runtime) on your system in order fo...

environ 11 ans il y a | 0

Réponse apportée
Error when calling a Matlab function from Java
Hi, Your program is looking for the MCR(Matlab Compiler Runtime)which needs to be installed on your machine in order to run t...

environ 11 ans il y a | 0

Réponse apportée
Deploying an application with R2010b
Hi Tommie, The MCR path should be a part of your Windows PATH environment variable. Also it must come first in your environme...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Could not find version 7.17 of this MCR. Attempting to load mcimcmt7_17.dll
Hello, You need to ensure that the bit version of the MCR is the same as the bit-version of the machine on which you created yo...

environ 11 ans il y a | 0

Réponse apportée
Segmenting an image according to a cluster center
Hi, May be you will find this resource helpful. <http://www.mathworks.com/matlabcentral/fileexchange/30740-k-means-image-...

environ 11 ans il y a | 0

Réponse apportée
Deleting files from MatLab cloud?
Hello Stephen, Please have a look at the link below. It seems to me that you need to access your cloud account from a smartph...

environ 11 ans il y a | 0

Réponse apportée
matlab code for equations below (model predictive control)
Hello Magdi, Please have a look at the link below. I think the resources on the page will be helpful. <http://www.mathwork...

environ 11 ans il y a | 0

Réponse apportée
how do i sort cell array
Hello Andrew, This could be a possible solution to your problem. <http://www.mathworks.com/matlabcentral/fileexchange/1377...

environ 11 ans il y a | 0

Réponse apportée
is it possible that segmennting image by k-means?
Hi, I think the following link would prove useful. <http://www.mathworks.com/products/image/examples.html;jsessionid=0255c...

environ 11 ans il y a | 0

Réponse apportée
I need a matlab code for color image segmentation by using k-means clustering
Hi Avinash, The following link might prove useful for your problem. <http://www.mathworks.com/products/image/examples.html...

environ 11 ans il y a | 0

Réponse apportée
how to display in the web based using matlab
Hello, I think the following links would prove useful to you. <http://www.mathworks.com/matlabcentral/fileexchange/12987-i...

environ 11 ans il y a | 0

Réponse apportée
hierarchical integer k means clustering algorithm
Hi, I could not find a direct function in MATLAB for hierarchical k-means clustering. However, You can first use the k-means...

environ 11 ans il y a | 0

Réponse apportée
FSolve with Matrix Input
Hi, I see that your equations are linear. You can therefore use matrix left division ("\") for better speed and accuracy inst...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
Low pass filter on Y U and V bands
Hello, Your code seems to work correctly and it certainly does low-pass filtering on Y, U and V. You can also however, try ...

environ 11 ans il y a | 0

| A accepté

Réponse apportée
How to create if statements inside switch statement?
Hello Laura, You can frame 3 different functions for rendering tips (good, fair, poor). Say the function names can be " |tipG...

environ 11 ans il y a | 0

Réponse apportée
Saving for loop output in an array
Hi, You will have to insert the value of a in another array during each iteration. Below is the modified code: a = 10; ...

environ 11 ans il y a | 10

| A accepté

Réponse apportée
Meshing cartesian coordiantes within a circle?
Hi, You can try setting the values for the co-ordinates outside the circle to NaN. May be this will help.

environ 11 ans il y a | 0

Réponse apportée
How can I use MATLAB in image processing?
Hi, The image processing toolbox can prove to be of great help to you, I suppose. Below are the links for the same. <http...

environ 11 ans il y a | 0

Réponse apportée
Undefined function or variable 'map' Error. How to fix?
Hi, I notice that while reading the image with the " |imread| " function you have not read the map. The syntax for the imrea...

environ 11 ans il y a | 1

Réponse apportée
Factorial Problems involving repeition
Hi, Below is the code. The value of " |count| " is the number of times the sum was carried out. addition = 0; count ...

environ 11 ans il y a | 0

Réponse apportée
İmporting values form excel to matlab and use them in array
Hi, By using the "xlsread" function you can directly get all the data from the excel sheet into a matrix. You can then direct...

environ 11 ans il y a | 0

Charger plus