photo

Vidhi Agarwal


Last seen: 6 days ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
How to save a changed file?
Hi @ALI HADDACH, To save the file you can try using "save" function of MATLAB. Refer to the following documentation to read mor...

19 days ago | 0

Answered
Plot one Variable over another
hI @Keith Blackstock, I understand you are trying to plot the value of servo_l for each value of phi_dot between 0 and 90. MATL...

19 days ago | 0

Answered
How to speed up this script
Hi @Bram Surewaard, To improve the performance of your MATLAB script, try considering given optimization: Preallocation: Preal...

19 days ago | 0

Answered
How to write disjoint cycles in matlab?
Hi @lilly lord, You can represent permutations using disjoint cycles by creating a function that constructs these cycles and ap...

24 days ago | 0

Answered
I need to make a long code that already has loops loop.
Hi @Petch Anuwutthinawin, I understand you are attempting to work with a piece of code that contains nested loops, and based on...

25 days ago | 0

Answered
delay sending data rs232
hi @Oday Shahadh, To introduce a delay between sending each value from the vv array, you can use MATLAB's "pause" function. Thi...

25 days ago | 0

Answered
matrix multiplication and root finding
Hi @shiv gaur, To solve the issue follow the given below steps: Define the matrices. Compute the matrix multiplication. Form...

25 days ago | 0

| accepted

Answered
Draws a 3D hidden function iso-high line
Hi @跻 陈 To enhance your 3D plot with contours below the graph in MATLAB, you can use the "contour" or "contourf" functions to a...

25 days ago | 0

Answered
PLEASE HELP ME ON THIS PROBLEM VERY UPSET
Hi @sabeeh ullah, Refer to the following MATLAB Answers by the community, to resolve the issue: https://www.mathworks.com/matl...

25 days ago | 0

Answered
How to calculate the line segment?
Hi @HyeongJu Lee, To calculate the average length of line segments between intersections within the circle, you can follow thes...

1 month ago | 0

Answered
How to remove outliers in a matrix, according to two different column entries?
Hi @Tanaya Chatterjee, The error you're encountering suggests that the groupsummary function is expecting a table or a dataset ...

1 month ago | 0

Answered
derivative plot of function
Hi @shiv gaur, To determine the derivative of the function ( y = f(p, t) ) with respect to ( t ), try using "symbolic different...

1 month ago | 0

Answered
histogram of angles in a loop
Hi @SINDU GOKULAPATI, To transform your code such that for each i, you calculate the histogram of angles with a specific bin wi...

1 month ago | 0

Answered
how to define breaks in mkpp()?
Hi @Avinash Bhatt, To use "mkpp" with a matrix of 256 coefficients, you need to define a corresponding set of breakpoints. The ...

1 month ago | 0

Answered
How to obtain piecewise polynomial from the acquired piecewise data?
Hi @Avinash Bhatt, The issue you are facing is due to the misuse of the "polyval" function. The "polyval" function is meant to ...

1 month ago | 0

Answered
What is wrong with this code?
Hi @Avinash Bhatt, The error you're encountering with the "mkpp" function is due to a mismatch between the number of polynomial...

1 month ago | 0

Answered
result of implementing histogram not exactly like imhist function why?
Hi @ira shree, I understand you are facing discrepancy between implementation of a histogram and MATLAB's "imhist" function. Th...

1 month ago | 0

Answered
insert for loop in the given script
Hi @Federico Paolucci, Using a for loop to traverse over each layer number could be useful when running the script for LNs rang...

1 month ago | 0

Answered
Why is my 3-D plot not showing all of the data from my table row?
Hi @LoroEE, While using “griddata” function, the minimum value plotted in the graph is the interpolated value. Depending on the...

2 months ago | 0

Answered
how to add edges to nodes using matlab code.
Hi @Raghu Rao, To add edges between nodes in an image, you can use the coordinates of the nodes (centroids) you have calculated...

2 months ago | 0

Answered
MATLAB AppDesigner Can I import images?
Hi @Rachael Cowell, It is possible to import images and use them as icons in your MATLAB app. This can enhance the visual appea...

2 months ago | 0

Answered
impoint and updating the coordinates
Hi @Pani, To achieve the functionality you described using "impoint" in MATLAB, you'll need to use the interactive capabilities...

2 months ago | 0

Answered
How to store the treenode structures in a .dat file
Hi @Supriyo Roy, To store data from TreeNode structures in a ".dat" file, you'll first need to extract the relevant information...

2 months ago | 0

Answered
how can i lower the requested number of coefficient in gtcc?
Hi @Muhammad, When you're using the "gtcc" function for feature extraction and encounter an error related to the number of coef...

2 months ago | 0

Answered
How to get the policy function?
Hi @ryunosuke tazawa, To find the policy function of your post-learning controller using reinforcement learning, you can try us...

2 months ago | 0

Answered
Bus Signal Initialization Error
Hi @Ahmed Gad, I understand you are facing issue in initializing simulink signal. Below are the steps that may help you in reso...

2 months ago | 0

Answered
How to split of into train and test with labels data??
Hi @Noor Afridi, To split the dataset of images into train_data, train_labels and test_data, test_labels with separated folders...

3 months ago | 0

Answered
i want to plot two coordinate positions (complex)
Hi @shamma aljaberi, To plot the vectors “R_A” and “R_P” from your four-bar linkage analysis project, you need to ensure that b...

3 months ago | 0

Answered
how to do vestiage signal ?
Hi @ong jia eek, VSB is a type of amplitude modulation where one sideband is partially suppressed. This is typically done using...

3 months ago | 0

Answered
How does scatteredinterpolant interpolate points on convex hull?
Hi @PatrickF, The “scatteredInterpolant” function in MATLAB is used for interpolating scattered data points in 2D or 3D space. ...

3 months ago | 0

Load more