photo

Aditya Chivate


Last seen: 11 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I wamt to generate spheres with different diameters and display it in a single image one below the other
clc; clear all; close all; data = csvread("Trial1.CSV"); x = data(:,1); y = data(:,2); figure; plot(x,y); figure; [X,Y,...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Find X and Y coordinates of white pixels in a grayscale image
Hi, I want to find the x and y coordinates of all the pixels corresponding to the white pixels in this image and store them in a...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How can I fit a curve on a detected edge?
Hello, I am working on a project which requires me to compare the growth rate of a particular process to some simulations. I ...

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten