sidra Rafique
Followers: 0 Following: 0
Statistics
16 Questions
0 Answers
RANK
119 884
of 295 486
REPUTATION
0
CONTRIBUTIONS
16 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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)...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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)?
nästan 5 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 5 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 5 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 5 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 5 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
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 ...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
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 ...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
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 ...
ungefär 6 år ago | 0 answers | 0
0
answersQuestion
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 ...
ungefär 6 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 6 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 6 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 6 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 6 år ago | 2 answers | 0