photo

Vidhi Agarwal


Last seen: 2 dagen ago Active since 2023

Followers: 0   Following: 0

Statistics

  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

1 dag 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...

2 dagen 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...

2 dagen 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 dagen ago | 0

Answered
How to add latitude and longitude in to a map and find-out a particular place in map using latitude and longitude?
Hi, To add latitude and longitude to an image following steps might help you in getting started: Define the geographic extent...

3 dagen ago | 0

Answered
Unable to open coverage detail while testing coverage
Hi @李, There are several steps you can try before resorting to a restart: Try resizing the window or switching between tabs t...

6 dagen ago | 0

Answered
How to plot temporal representations?
Hi @IsTun After resolving some issues with given code, using “plot” function of MATLAB, you can plot the temporal representatio...

6 dagen ago | 0

Answered
How to calculate the power spectra by the power spectra?
Hi Kathleen, To calculate the power spectrum of a signal ( A ) using the power spectrum of another signal ( B ), below given st...

6 dagen ago | 0

Answered
How to convert a set of transfer functions into state space model using MATLAB?
Hi @Muhammad Adeel Ahsan Awan, To create the state space model from given parameters try using “ss” and “tf” functions of MATLA...

7 dagen ago | 0

Answered
About Pole locations are more than 10% in error
hi @hsuan wei pan, The warning you are encountering, "[Pole locations are more than 10% in error]," suggests that the poles of ...

7 dagen ago | 0

Answered
Transfer matrix method for plasmonics
Hi @SCIUSCIA By multiplying the matrices corresponding to each layer, you can adapt the code to handle three or more levels by ...

8 dagen ago | 0

| accepted

Answered
What morphological operation should I apply to get a noise free image?
Hi @Sudipto Chaki, To remove noise from given image, try using “Morphological Gradient”, or “Noise Filtering with Morphologica...

9 dagen ago | 0

Answered
Deblurring an image using the heat equation
Hi @cee878, The issue you're experiencing with getting a black image could be due to several factors in implementation of the h...

9 dagen ago | 0

Answered
hello... how to write a code for 0.7 membership threshold
Hi, To isolate the bright regions within contours in cardiac MRI images, you can use a technique called fuzzy c-means clusteri...

10 dagen ago | 0

Answered
How to use graydiffweight() ?
Hi @Rasika Devi, The error you're encountering in MATLAB might be due to incorrect input parameters or image size mismatches. ...

10 dagen ago | 0

Answered
matlab program to find triple and end points
Hi @Jlavanya 815, To find the end points and branch points in a skeletonize image, try using “bwmorph” function of MATLAB, with...

13 dagen ago | 0

Answered
Recognition of different colors in one picture
Hi @John Mulcahey, I understand you have a query regarding an algorithm to recognizes colours in different halves of an image a...

14 dagen ago | 0

Answered
Image processing on irregular shaped water droplets
Hi @James Sung, I am aware of the difficulties you are having identifying more irregularly shaped droplets in your pictures. It...

15 dagen ago | 0

Answered
Load bunch of image from folder s
Hi @Krishna Subiyanto You can achieve this using MATLAB. Below is a step-by-step guide and sample code to help you accomplish t...

15 dagen ago | 0

Answered
Print in workspace during simulink simulation
Hi @Hugo Mendonça I understand you are facing an issue in printing the values during the simulation, but you have an algorithm ...

16 dagen ago | 0

Answered
Inputs arguments as a strings
Hi @Kondiik, The error you're encountering is due to MATLAB interpreting “mydata.txt” and “mydata2.txt” as variables rather tha...

16 dagen ago | 0

Answered
How to rotate the image without using imrotate function.
Hi @Raghavendra I understand you are trying to rotate the image without using “imrotate” function and also need help to transla...

16 dagen ago | 0

Answered
What modification should i do for these broken edges (red arrow) ?
Hello @sufian ahmed I understand that you are encountering issues with broken edges in your image processing workflow. These pr...

16 dagen ago | 0

Answered
How to calculate angle difference between 3D vectors and conditionally plot differences
Hi Marina, I understand that you are trying to highlight the indented areas and edges based on the angle differences of the sur...

ongeveer een maand ago | 0

Answered
how to open a depth map from a file and transform it into a 3D point cloud - wanna convert c++ code to MATLAB script.
Hi Attaullah, I understand that you have a depth map and a C++ code snippet that generates a 3D point cloud from it. You wish t...

ongeveer een maand ago | 0

Answered
How to achieve better edge enhancement?
Hi @MOHAMED GILANI I understand that you have a query about enhancing the edges of an image. Here are a few suggestions for the...

ongeveer een maand ago | 0

Answered
[beginner] point detection
Hi @motaz yusuf I understand that you have some queries regarding the errors you are encountering. Let’s break them down one by...

ongeveer een maand ago | 0

Answered
imread figures from new folder created
Hi Viet I understand you are trying to create figures, save them as images, and then calculate some properties of these images ...

ongeveer een maand ago | 0

Answered
Digital Image Processing: Determine the area for no perfectly round circles
Hi Christian, I understand you are facing a query regarding finding the real center, extracting the wave’s outer ring, and fitt...

ongeveer een maand ago | 0

Answered
Solving a large system takes too much memory?
Hi @Michael The memory issue you're experiencing likely stems from the demands of solving a large sparse linear system in MATLA...

ongeveer een maand ago | 0

Load more