photo

sidra Rafique


Last seen: fast 3 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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)...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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)?

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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 ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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 ...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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 ...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten