Answered
Generate an equation from x,y and z data in a table/surface plot
Hi Vlatko, It is my understanding that you are looking to create an equation that relates the values of vector "z" to the co...

1 year ago | 0

Answered
Hey guys, my stlwrite function is not working and i would like to know how to fix it. In the code C is random points
Hi Akhshay, It is my understanding that you are facing issues while using the “stlwrite” function. The issue is caused by the...

1 year ago | 0

Answered
Adding neighbours of a point on an image to an array
Hi Henry, It is my understanding that the “Region Growing Algorithm” you want to implement is popularly known as Breadth First ...

1 year ago | 0

Answered
How could I color specific patches in an alphaShape ?
Hi Hugo, It is my understanding that you have obtained an 3D object using MATLAB “alphaShape” function and want to know how to ...

1 year ago | 0

Answered
How to extract out the optic disk after the Watershed transform?
Hi ZMY, It is my understanding that you have obtained a segmented mask of the ROI in your image using watershed algorithm and ...

1 year ago | 0

Answered
How to convert point cloud in vectors
Hi Fabio, I understand that you want to do the followings: Obtain a screen (a plane) defined by some points in your 3D point...

1 year ago | 0

Answered
Removing Noise in Image
Hi Kartikeya, I understand that you want to postprocess the obtained mask to remove noise and accurately detect the semicir...

1 year ago | 0

Answered
Creating sill image animation
Hi David, I understanding that you want to create a still image animation in MATLAB. Here are few pointers to help you i...

1 year ago | 0

Answered
How to calculate the volume image segmentation.
Hi Mohd, I understand that you want to determine the total volume created by a series of masked images. You can achieve thi...

1 year ago | 0

Answered
pointLocation return only one ID if a point lies in more than one triangle
Hi Matteo, I understand that you want to find the IDs of all triangles which enclose a point.The “pointLocation” function ret...

1 year ago | 0

Answered
How to unwrap Spherical surface function
Hi Apops, I understand that you have plotted a sphere in MATLAB, and you want to export it along with its colormap and use it i...

1 year ago | 0

Answered
Create converging gratings in matlab
Hi Mohini, It is my understanding that you want to know the modifications required in your code to make your gratings converge ...

1 year ago | 0

Answered
Reading timestamp from 2 word of 32bits each - pcapng file
Hi Ed, It is my understanding that you want to combine two 32-bit words into one 64-bit word in an efficient way. Find a possi...

1 year ago | 0

Answered
Extract Lines from the image
Hi Atik, It is my understanding that you want to identify the straight lines in your image and find their end coordinates. Her...

1 year ago | 0

Answered
Use fprintf with fgetl
Hi Francesco, My understanding is that you have a text file with some lines beginning with "PE02" and you want a workaround to ...

1 year ago | 0

| accepted

Answered
Counting the individual objects in binary image without built-in functions
Hi Eren, It is my understanding that you have a binary image containing several overlapping cells and wish to segregate overlap...

1 year ago | 1

| accepted

Answered
Hovering mouse over multiple plots
Hi Dharmesh, It is my understanding that you have multiple subplots plotted at same timestamps in a figure. While hovering over...

1 year ago | 0

Answered
How to create a random adjacency matrix with a changeable degree and number of players using only for-loops, and if-statements?
Hi Thijmen, I understand that you want to create a random adjacency matrix of degree “d” and dimension nxn. In your present s...

1 year ago | 0

Answered
Plotting wind magnitude time series and direction as indicator arrows
Hi Nayef, It is my understanding that you have a time series dataset where each datapoint corresponds to some wind magnitude, ...

1 year ago | 0

Answered
Ball trapped inside a car
Hi Robert Mirea, It is my understanding that you would like to have the ball trapped inside the car such that it moves along wi...

1 year ago | 0

Answered
How to write a basic server client program with UDP for Matlab R2023a? (with udpport)
Hi Elif. It is my understanding that you wish to write a basic client server program in MATLAB R2023a which sends and receive...

1 year ago | 0

Answered
how to convert a 3D volume DCM image to png format
Hi Estefania, It is my understanding that you would like to know how to extract individual slices from a 3D volume DCM image a...

1 year ago | 0

Answered
How to generate a dynamic plane of points?
Hi Estel, It is my understanding that you wish to find grid points on a plane perpendicular to a given input vector. Here's ...

1 year ago | 2

| accepted

Answered
how to resize my dataset segmentation including image datastore and pixellabeldastore
Hi Ahmad. It is my understanding that the input layer of the resnet50 model expects data of dimensions 640x640x3, but your tr...

1 year ago | 0

Answered
When using "geoplot" to create a map, how can I change the map projection to Lambert? It seems that "m_proj" cannot be used together with geoplot.
Hi 世园 李 , It is my understanding that you wish to change the projection type as “Lambert” for the “geoplot” function. The “g...

1 year ago | 0

Answered
Return print statement output from Python file in real time when using pyrunfile
Hi Spencer. It is my understanding that you are executing a python script from MATLAB using the “pyrunfile” command and wish ...

1 year ago | 1

| accepted

Answered
Matching two plots to find the number of same peaks in it.
Hi Akash, It is my understanding that you wish to find the number of same peaks in two plots. This answer assumes that by “sa...

1 year ago | 0

Answered
In Simulink, how can we assign the simulation time displayed on the top, as a variable ?
Hi Siddhath, It is my understanding that you wish to know to run a Simulink model with variable stop times and timesteps. H...

1 year ago | 0

Answered
How to input a signal in frequency domain into an LSTM sequence to label network and use in Simulink model for fault detection?
Hi Mustafa, As per my understanding your X_train has the dimension 40x12x1919 (40 simulations, 12 features, 1919 samples), Amo...

1 year ago | 0

| accepted

Answered
fmincon using SQP algorithm freezing when new iteration start
Hi Jun Yang, To the best of my understanding you wish to solve a non-linear optimization problem with “SQP” algorithm offered ...

1 year ago | 0

Load more