Community Profile

photo

sidra Rafique


Last seen: 2년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


for loop is not working correctly
filename = 'data.xlsx'; sheet = 4; c=4; r=16; A=zeros(r,c); redt =1.5; for i=2:length(A) xlRange = sprintf('A%d:D%d',i,i)...

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

1

답변

질문


is it possible to input image file from matlab to arduino?
hi, is it possible to give binary/logical file input from matlab(2015) to arduino(nano)?

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

0

답변

질문


is there any way of converting double file to binary?
i have created converted imgae to binary and then write it using fprintf commant on a text file. this text file will become as a...

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

0

답변

질문


how to rotate an image along any axis?
hi i have a grayscale image , now i want to perform continuous rotations on that image just like to get a simulation effect. i...

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

1

답변

질문


how do i read random jpeg frames from a folder?
i have a folder consisting of 2000 images .jpg, i want to made random selection of these images. e.g; i am using mgs = dir...

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

2

답변

질문


matlab graph using excel data
hi, i have an excel file (say file1.xlsx)numeric data with 2000 rows and 25 colums. and i have 20 such excel sheets in this fil...

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

2

답변

질문


is it possible to convert 2d image into 3d binary image form?
i want to use 3d binary image for printing or sketching purpose. But i am not sure how to create the 3d binary image. please gui...

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

1

답변

질문


Save data in excel sheet using pushbutton.
i am using below code at the click of pushbutton. i want to create an excel sheet. which has 2 colums(Frames(1x1 double) & Diame...

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

1

답변

질문


Error using / Matrix dimensions must agree. during Gui Execution
below code is for a pushbutton3. On click of the button this code should identify boundary and area calculation of the detected ...

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

0

답변

질문


how to read H.264 video file format in matlab?
i have made a video using CPP DVR(Video Rcorder). it has given me video in H.264 file format. My question is: is there any way ...

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

0

답변

질문


how to make separate sheet(but single excel file) for each subfolder?
hi, Is there any way of making separate sheet for all subfolders? Like S1 is one exel file with two sheets e1 &e2 and so on.. I ...

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

0

답변

질문


how to access images from sub folders?
hi. i have a folder F1 and then in this folder i have S1 and S2 afterwards in each S1 and S2 i have E1 and E2 finally in these ...

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

2

답변

질문


error on accessing images reading from sub folders.
Hi, i need to access jpg images from subfolders, for that i have read this and modify it according to my hierarchy. <https://ww...

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

1

답변

질문


how to extract pitch of the audio signal?
hi. i need to extract pitch of the signal whom frequency and time i already have extracted. but when i apply pitch function of t...

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

0

답변

질문


Plot time-Frequency for mp3.
hi, i need to read audio .mp3 file, which i am doing using below code: [y,fs] = audioread('A_haunted_1.mp3'); Now i wan...

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

1

답변

질문


i want to save names of the images(frame_0000, frame_0001, frame_0003........) in a text file by reading them from a folder.
i want to save names of the images(frame_0000, frame_0001, frame_0003........) in a text file by reading them from a folder. som...

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

2

답변