Respondida
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...

más de 6 años hace | 0

| aceptada

Respondida
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...

más de 6 años hace | 1

| aceptada

Respondida
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...

más de 6 años hace | 0

Respondida
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...

más de 6 años hace | 2

| aceptada

Respondida
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...

más de 6 años hace | 0

Respondida
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...

más de 6 años hace | 0

Respondida
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...

más de 6 años hace | 1

| aceptada

Respondida
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...

más de 6 años hace | 0

| aceptada

Respondida
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...

más de 6 años hace | 0

| aceptada

Respondida
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...

más de 6 años hace | 0

| aceptada

Respondida
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...

más de 6 años hace | 0

| aceptada

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

más de 6 años hace | 0

| aceptada

Respondida
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...

más de 6 años hace | 0

Respondida
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...

más de 6 años hace | 0

Respondida
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...

más de 6 años hace | 0

| aceptada

Respondida
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 ...

más de 6 años hace | 0

Respondida
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...

más de 6 años hace | 0

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

más de 6 años hace | 0

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

más de 6 años hace | 2

Respondida
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...

más de 6 años hace | 0

| aceptada

Respondida
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...

más de 6 años hace | 0

Respondida
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...

casi 7 años hace | 0

Respondida
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...

casi 7 años hace | 0