Community Profile

photo

Sara


Last seen: 8개월 전 2020년부터 활동

통계

  • Revival Level 1
  • Thankful Level 3
  • First Review
  • First Answer

배지 보기

Content Feed

보기 기준

질문


How to show the whole x axis in my plot for full screen
Hi I have an issue, I plot a figure with x axis and y axis. but whne i save the image, the x axis is not shown in the image, ...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


2D plot of deformation data
Hi, I have txt file with information of x and y coordnates and c as color data and u,v as defromation data which is for disp...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Image profile intensity for many pixels
Hi, I am working in the images and I was taken the image profile for these images. What I want to do is I want to take man...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to rotate the unit cell in crystal?
Hi, I have a structure (attached in the question, it is in xyz file), i wnanto to rote it the crystal. Here is my code for r...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to find the nearest points from 2D image?
Hi I am working on how to find the nears points in 2D images. I was able to find the coorndates of these image upload1 = l...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to use imcrop with [ ]
Hi, I have an image and i did FFT to the image. To see the image I used imshow(im,[]). But I want to use imcrop function in t...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is the best image format for the image process
Hi, I work in STEM images and I use Fiji to open the images. I want to do some image proresss to these result but I do n...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Issue in figure using M1 pro chip
Hi, I see a very annoying issue when using a figure or any GUI interface in MATLAB. It is very slow and does not respond...

거의 2년 전 | 답변 수: 1 | 1

1

답변

질문


How to scatteredInterpolant bwtween data sets?
Hi, I have two data sets, x1,y1,z1 (represnting a coordnates as xyz coordnates), and other data set v1, v2,v3 (reprenting a ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Find a column of Z direction in 3D model
Hello, I am working on the 3D model. what I want to do is find a columns in Z direction. So I can find the xy postions b...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Unsing ginput to reading pixel in graylevel image
Hi, I wondered if anyone knows a function or method used to read the pixel values in an image. Here is what I mean. I have a...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Extract columns from an image
Hi, I work in image analysis, and the program that I work on is doing the following 2D / 3D image profile. I could do that...

거의 3년 전 | 답변 수: 0 | 0

0

답변

답변 있음
How to create a 3D-strain map?
Hi, If I understand your question that you need to group the data based on its relevant strain. I have done a similar th...

거의 3년 전 | 0

질문


Why do I get an error message when I questdlg function
Hi, I got an error message in my code that occurs this morning. I use questdlg in my code which was fine yesterday, but ...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to put out Z-direction in 3D scattering / image
Hello, I want pul out a z- direction in scattering3 data. I have a scattering 3D data and I use ginput to i dentfy the x...

거의 3년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Is it possible to change the color of the cursor when using the GINPUT function?
Hi, You can change the color by open the ginput code itself. In line 317 and 321 chnage it from [0 0 0] to [1 0 0] for red col...

거의 3년 전 | 0

답변 있음
How to align the figure name to the left ?
You can change the psition based on your need by chnaging the [0.5 1200 1.1]); I used this in one of my codes. title (...

대략 3년 전 | 0

질문


How to print same input file name as the output file name
Hi, I am working on analyzing text files. I used fopen to open the txt file as following: fid = fopen('output file name','...

대략 3년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to get pixel index / x,y coordinates of bright regions?
Hi, Try imregionalmax or imtool

3년 초과 전 | 0

질문


surfnorm function shows error
Hi, I am trying to use surfnorm function to calculate the nor of 3D meshgrid. But the use of the functions shows error "Y and Z...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to create body centered cubic structure?
Hi, I want to create bcc structure. However, I was able to create sample cubic strcture but I could not do for bcc. Any sugg...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to color the atomic position in 3D scatter plot
Hi there, I have a txt data from simulated image. I load the txt and use scattering 3D fucntion to plot the x,y and z coord...

3년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to generate a square lattice structure.
1st create zeros materix 2nd create disc materix 3rd set for function to add the disc into the zeros materix from...

거의 4년 전 | 0

질문


How to find the neighboring maxima in an image
Hi, I am working on a tool that helps me to find all the maxima in an image. (as shown). The image is a simulated image that I...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


What is The Difference Between the Smooth Filtering(kernel) And Blockproc Function
Hi, As I undersand that the blockproc function is used to divide the image into pixels size(ex. 3*3 pixels) and apply a fuctio...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


How to insert a disc and centered around the dot?
Hi, I have A = zeros(100,100) materix which I added a while pixel (dots) in this zeros materix randomly. I have also another...

대략 4년 전 | 답변 수: 1 | 0

1

답변