Réponse apportée
How do I create a matrix of the surf features for about 100 images?
Hello, I am assuming that you are making use of a Neural Network for classification purpose. Following code makes a row-wise...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
How to Deploy Code on Target Machine having no toolbox
The following link provides a detailed description on generating MEX function for Statistics and Machine Learning Toolbox™ funct...

plus de 6 ans il y a | 1

| A accepté

Réponse apportée
zero crossing detection -simulink
Hi, A variable-step solver dynamically adjusts the time step size, causing it to increase when a variable is changing slowly an...

plus de 6 ans il y a | 0

Réponse apportée
Solve equations with constraints
Hi, Following code represents the working of solve and assume functions to solve equations with conditions. syms A k q c beta...

plus de 6 ans il y a | 2

| A accepté

Réponse apportée
How Do I add user input to a matrix already defined in my work space?
Following code illustrates the updation of data matrix based on user input clc close all clear %Defining a 16*1 random matri...

plus de 6 ans il y a | 0

Réponse apportée
Read and analyse multiple .wav files
Hi, Following code illustrates the saving and loading of multiple .wav files Take care while selecting value of i, as it depe...

plus de 6 ans il y a | 0

Réponse apportée
problem with polyfin with matrix
I am assuming that you are attempting to fit a polynomial for 2 vectors only, at a time. In the present code polynomial is fit...

plus de 6 ans il y a | 1

| A accepté

Réponse apportée
integral of a piece wise function
Hi, Integral of a function can be calculated either by making use of integral() function or trapz() function, which is more sui...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
4 Unknowns in 4 trig equations.
Hi, Instead of returning an infinite set of periodic solutions for the simultaneous trigonometric equations, the solver picks t...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
Data Classification in Matlab
Hello, Classification of clustered data can be achieved by projecting your data into a higher dimension, by making use of Linea...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
plot a single Error bars
Hi, Bar chart can be created by making use of bar and errorbar functions as shown in the following code. x=1; y=8.35; sd=4.13...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
IF..THEN rules
Hey, Following is an example going through various process included for achieving a fully functional fuzzy inference system Ta...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
Stereo vision 3d scene reconstruction is flat
Hey, Attached code seems good, although with a minor problem like ptCloud is overwritten. It seems like input images or stereoP...

plus de 6 ans il y a | 0

Réponse apportée
Error with imwrite which appears to be toolbox code issue
Hey, The error you are facing is due to some fault while configuring the path or compatibility issue among output file format a...

plus de 6 ans il y a | 0

Réponse apportée
I want to recognize only the handwriting numbers (blue color). I attached my code, it can only recognize the printed numbers. I used Mnist database to recognize them. How to recognize only the handwriting numbers?
Hey, Assumption: This solution is justified only for cases having handwritten images in a different color to that of computer-g...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
How can I make this features extraction code to detect and count
Hey, Detection and Tracking are two interdependent processes. Object Detection and Recognition Code based upon Point Feature ...

plus de 6 ans il y a | 0

Réponse apportée
Finding the variation in movement of particular colour in series of image
Assumption: I am assuming the camera to be stationary and object moving. You can make use of imfindcircles() function to detect...

plus de 6 ans il y a | 0

Réponse apportée
Solving Vibration equation of motion?
Hey, Ordinary differential equations can be solved in following ways: Using MATLAB As addressed by you, using ODE45 ht...

plus de 6 ans il y a | 0

Réponse apportée
optimization for trajectory input variables
Hey, The problem basically consists of an optimizing system of differential equations. A model with varying parameters can be ...

plus de 6 ans il y a | 2

Réponse apportée
plotting Data vs timeline
Hey, The straight line is appearing in the graph because of the interpolating nature of the plot() function. Data extracted f...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
Depth-first search that starts from the right side of the loop
Hello, Please refer to the following pseudo-code for generating the desired output, Initialization: Create a global flag array...

plus de 6 ans il y a | 0

Réponse apportée
How can I rotate a marker by a desired angle/azimuth on the map?
quiver() works fine in placing markers on the plotted graph. Following example illustrates drawing marker at various angles and...

plus de 6 ans il y a | 0

Réponse apportée
Can anyone suggest something that could fix the program
Code is working perfectly fine. The output of lsqcurvefit() function is the best fit of variables and depends upon assigned mode...

plus de 6 ans il y a | 0