photo

Ayush


Last seen: 11 días hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • 6 Month Streak
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
imagesc color map for gridded value
Hi, To plot the Z variable as a colour scale using "imagesc" in MATLAB, you need to ensure that Z is in a matrix form that corr...

12 días hace | 0

Respondida
matlab code to find mean, median and standard deviation of a series of data in discrete time wavelet
Hi, To find the mean, median, and standard deviation of a series of data, you can make use of inbuilt functions "mean", "median...

13 días hace | 0

Respondida
DateTime YYYYMMDD HHMMSS ConvertTo
Hi, To convert the data into the required format, you can make use of the "Format" property of the "datetime" object and set it...

14 días hace | 0

Respondida
Plotting the Bar chart in Matlab
Hi, The data in your matrix is being plotted in columns rather than rows. To achieve the desired grouping, you should transpose...

14 días hace | 0

Respondida
How to perform stack operation of 4 shares in color images
Hi, You can stack your four shares together. Take care that all four shares are of the same size. You can resize them if they a...

15 días hace | 0

Respondida
change between two values with time dependent
Hi, To plot the sawtooth-like signal as per the parameters you have defined, you need to create a time vector to simulate the w...

15 días hace | 0

Respondida
Find height value from the same horizontal position data
Hi, To extract the z values from one array (A) based on the matching x-y values provided in another array (B), you can iterate ...

19 días hace | 0

Respondida
How to compute Z-transform with Matlab?
Hi, To compute the Z-transform of the given equation, you can follow the below steps: Define the symbolic variables. Define ...

19 días hace | 0

Respondida
how do you change the color of a region of an image?
Hi, To work on a certain region of an image, you need to define the coordinates and size of the region you want to modify. Assu...

20 días hace | 0

Respondida
How to use Matlabs in Forex?
Hi, You can make use of the Financial Toolbox. With this, you can work on technical indicators to find moving averages, momentu...

20 días hace | 0

Respondida
Impulse response from poles and zeros
Hi, To find the impulse response "h(n)" from the given pole-zero locations, create the system function "H(z)" and then compute ...

21 días hace | 0

Respondida
Could anyone help me how to find the correlation between the time series data
Hi, You can make use of the "corr" function to get a linear correlation coefficient between the data. You can extract the time ...

21 días hace | 0

Respondida
Help me to draw a pie chart with separate pieces
Hi, You can pass an array to the "pie" function, where each element corresponds to the pie chart pieces. A value of 1 would mea...

22 días hace | 0

Respondida
how can I detect and fill gapes in data
Hi, You can fill in the missing data by using the "fillmissing" function with the 'linear' method to interpolate missing values...

22 días hace | 0

Respondida
How to set specific colors in margin of errorbars line?
Hi, You can achieve a red line with a black margin effect by plotting the error bars and the main line separately and then cus...

22 días hace | 0

Respondida
Excluding data not of a classes from a KNN classifier
Hi, To detect data that is too dissimilar from any of the trained classes in your KNN classifier, you can compute the distances...

alrededor de 2 meses hace | 0

Respondida
How to merge local maxima based on distance apart
Hi, To merge local maxima that are less than a certain distance apart in an image, you can use the "pdist" function to compute ...

alrededor de 2 meses hace | 0

Respondida
How to insert dash-line in a matlab figure?
Hi, To add a horizontal dash line in a figure, you can use the "yline" function. This function will help you in drawing horizon...

alrededor de 2 meses hace | 0

Respondida
Find the linear Equation at different conditions - Machine Learning
Hi, To generate a linear equation for a specific flow rate using the given data table, you can interpolate between the known fl...

alrededor de 2 meses hace | 0

Respondida
How to calculate the volume of object that has several 2D profiles (slices)
Hi, Assuming that the slices are equally spaced and represent cross-sections of the object, you can approximate the volume by s...

alrededor de 2 meses hace | 0

Respondida
how to add multiple functions in a single Simulink MATLAB function file?
Hi, You can make use of the MATLAB function block in Simulink. Refer to the below steps for a better understanding: Create a b...

alrededor de 2 meses hace | 0

Respondida
How to draw phase space of two ODEs
Hi, To recreate the phase space for the system described in the above equations, you can use the "ode45" function. This will he...

alrededor de 2 meses hace | 0

Respondida
Save animation from PDE modeler
Hi, As a work around to save animation from the PDE modeler, you can capture frames during the simulation and then write them i...

alrededor de 2 meses hace | 0

Respondida
Real time data acquisition
Hi, To provide MATLAB script real-time data, you can use the "serialport" function to create a connection to the serial device....

3 meses hace | 0

Respondida
How to get nonlinear function using bode plots data (gain vs. freq and phase vs. freq)
Hi, In order to find the non-linear expression that describes the behaviour of the given system, I have made use of curve fitti...

3 meses hace | 0

Respondida
How to generate M sets of a time serie?
Hi, To simulate data for (M=5000) sets of time series based on the given equation, follow the steps below. In the example given...

3 meses hace | 0

Respondida
Can I set the maximum displacement for opticalflow?
Hi, You can follow the below steps as a workaround to set the maximum displacement for the optical flow: Find the horizontal a...

3 meses hace | 0

Respondida
How to use events in fminsearch
Hi, One workaround you can try to integrate the use of an event function within "fminsearch" while solving an ODE using "ode45"...

4 meses hace | 0

Respondida
How do I plot the Hamiltonian (phase plot) of a 2d system
Hi, It seems you want to plot 2D arrays, where (p) and (q) are both two-dimensional arrays of size (2, N), implying you have tw...

4 meses hace | 0

Respondida
What does the space on the resultant graph mean?
Hi, As per my understanding, if I consider the "space" axis to be the dimension of the plate, then it represents your plate le...

4 meses hace | 0

Cargar más