SARAH LONER
Followers: 0 Following: 0
Feeds
질문
plot .mat file
i have value in .mat file and i need to select data as user manual as [f p]=uigetfile('*.mat*') a=strcat(p,f) from this i ne...
거의 5년 전 | 답변 수: 0 | 0
0
답변질문
how to send data from matlab to serial port
i get r value as either 0 or 1 or 2 ... 5 i need to send this r value to serial port i used this code delete(instrfindall);...
거의 5년 전 | 답변 수: 0 | 0
0
답변질문
how to get best 10 fitness values
hello sir, i got 100*1 values from fitness formula. now i need best of 10 values how do i get that
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
how to solve this fitness function to get fitness values for 100 nodes
if i take probability of fitness for p1 and p2 p1=0.7 and p2=0.3 where n is number of nodes in wireless sensor network for i...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
how to fix this error matrix dimension must agree
just look at my attached files if i take probability of fitness for p1 and p2 p1=0.7 and p2=0.3 where n is number of nodes i...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
i need to calculate fitness value and save that in separate .mat file
n=number of node (i have 100 nodes) mch = cluster head per each round of node (here i gave number of round =30 nd i get 14 cl...
거의 5년 전 | 답변 수: 0 | 0
0
답변질문
I need to access 26 push button for 5 axis
I have 26 alpabetic images for that i add 26 letters of pushbuttons and i have 7 axis for showing output. When i press * *b...
거의 5년 전 | 답변 수: 0 | 0
0
답변답변 있음
I NEED TO SHOW THE COLUMN STACKED DATA OF MY LANDSET IMAGE
Thank u sir but i need only column stack plot
I NEED TO SHOW THE COLUMN STACKED DATA OF MY LANDSET IMAGE
Thank u sir but i need only column stack plot
거의 5년 전 | 0
질문
I NEED TO SHOW THE COLUMN STACKED DATA OF MY LANDSET IMAGE
HELLO SIR/ MADAM, i need to show column stacked data of my image shown in sa.png figure for that i have used im2col function ...
거의 5년 전 | 답변 수: 2 | 0
2
답변답변 있음
how to view this image enlargely
i need to show column stacked as lik in sa. png for that i hav used im2col function and i got image as capture.png kindly h...
how to view this image enlargely
i need to show column stacked as lik in sa. png for that i hav used im2col function and i got image as capture.png kindly h...
거의 5년 전 | 0
답변 있음
how to view this image enlargely
sir i have landet8 image nd i need to show column stacked data from that image for that i have used im2col function and i receiv...
how to view this image enlargely
sir i have landet8 image nd i need to show column stacked data from that image for that i have used im2col function and i receiv...
거의 5년 전 | 0
질문
how to view this image enlargely
i have rearrange the column matrix of my input image and i got column stacked data using predefine command im2col how i need to ...
거의 5년 전 | 답변 수: 3 | 0
3
답변질문
i need to segment cloud region alone from landset 8 satellite image using RPCA
can any 1 help i this..my main concept is removal of cloud and shadow region nd i attached my code i dnt knw whether my flow was...
거의 5년 전 | 답변 수: 0 | 0
0
답변질문
how to get the coordinates values of row and column dynamically like the image i have attached for 1000 of images
i have tried al my possible extent to get dynamic values for number of images but not successed so kindly help me
거의 5년 전 | 답변 수: 0 | 0
0
답변질문
i need store row and cloumn value for 100 images
i have video file and i just convert in no. of frames and stored in particular folder as image dataset. from that i need to stor...
거의 5년 전 | 답변 수: 0 | 0
0
답변질문
how to get exact pixel value of the point marked in pen
i have 10 images lik this i just want to extract the pixel value of my dot marked in pen and store the values
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
how to trace black and white region separately in an binary image
hai i have binary image (capture 1) and i need to trace all white region in vertical and all black region in horizontal lik the ...
거의 5년 전 | 답변 수: 1 | 0
1
답변답변 있음
how to plot in curve
i had dataset of x sample and y sample i need to plot both in one graph that too in curve form left shld my x values and right s...
how to plot in curve
i had dataset of x sample and y sample i need to plot both in one graph that too in curve form left shld my x values and right s...
거의 5년 전 | 0
질문
how to plot in curve
i have value of x=[1 2 3 4 5 6 10] and y=[2 3 5 6 7 8 7] i need to plot lik curve my centre point will be zero and left sid...
거의 5년 전 | 답변 수: 2 | 0
2
답변답변 있음
Error in using trainNetwork with training data and labels
sir i also have the same issue cant able to train network for an image . my work was image segmentation based on unet segment c...
Error in using trainNetwork with training data and labels
sir i also have the same issue cant able to train network for an image . my work was image segmentation based on unet segment c...
거의 5년 전 | 0
질문
can any 1 guide me to clear this error
A1 = 'G:\sarAH\MATH'; dataSetDir = fullfile(A1,'foldername','imageset'); imds= imageDatastore('imageset', ... 'IncludeS...
거의 5년 전 | 답변 수: 0 | 0
0
답변질문
I need to segment my input image using unet segmentation
where inp is my input image inp=b DatasetPath=fullfile('C:\Users\Desktop\to'); imds=imageDatastore(DatasetPath, 'IncludeSubfo...
거의 5년 전 | 답변 수: 1 | 0
1
답변답변 있음
how to apply 3D unet segment croped image
hai any one just suggest me with some sample code for segmenting my 3d image using unet segmentation
how to apply 3D unet segment croped image
hai any one just suggest me with some sample code for segmenting my 3d image using unet segmentation
거의 5년 전 | 0
질문
how to apply 3D unet segment croped image
i have cropped the affected region in my medical image i tried to segment the image by using unet segmentation to get hs, oa, hv...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
how to fuse these images and how to concatenate this type of fused images
hai i have three image like this
대략 5년 전 | 답변 수: 1 | 0