已回答
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...

5 years 前 | 0

| 已接受

已回答
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...

5 years 前 | 1

| 已接受

已回答
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...

5 years 前 | 0

已回答
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...

5 years 前 | 2

| 已接受

已回答
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...

5 years 前 | 0

已回答
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...

5 years 前 | 0

已回答
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...

5 years 前 | 1

| 已接受

已回答
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...

5 years 前 | 0

| 已接受

已回答
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...

5 years 前 | 0

| 已接受

已回答
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...

5 years 前 | 0

| 已接受

已回答
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...

5 years 前 | 0

| 已接受

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

5 years 前 | 0

| 已接受

已回答
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...

5 years 前 | 0

已回答
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...

5 years 前 | 0

已回答
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...

5 years 前 | 0

| 已接受

已回答
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 ...

5 years 前 | 0

已回答
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...

5 years 前 | 0

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

5 years 前 | 0

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

5 years 前 | 2

已回答
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...

5 years 前 | 0

| 已接受

已回答
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...

5 years 前 | 0

已回答
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...

5 years 前 | 0

已回答
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...

5 years 前 | 0