Community Profile

photo

Ahmad Bilal


Active since 2017

Statistics

  • First Answer
  • Thankful Level 3

View badges

Content Feed

View by

Question


How to copy specific column data from all excel sheets and paste it into a new excel sheet by concatenating obtained column data from each sheet below each other??
Hi, I have an excel workbook with name 'Bilal.xlsx'. This excel workbook consists of 2 sheets which contains data with 2 columns...

5 years ago | 0 answers | 0

0

answers

Answered
How can I combine data in multiple excel files an write the combined data in a new excel file?
If I have data in different sheets ( different sheets have different names) in one excel file. How i can modify this code? ...

5 years ago | 0

Question


How can I add standard error bars from standard deviation to individual points on a scatter plot ??
Hi, I have the following code: dataset = xlsread('Test Excel file Mean and std.xlsx'); x = dataset(:, 1); y = datas...

5 years ago | 1 answer | 0

1

answer

Question


Taking mean of only specific values in column vector.
Hi , i have a column vector with 60 rows and 1 column as shown below. I want to take mean of only the values i.e 0.13 Can anybod...

5 years ago | 1 answer | 0

1

answer

Question


Reading Multiple excel spreadsheets in MATLAB GUI
Hi, I am new to MATLAB GUI. I have an excel workbook with already calculated parameters in column wise.Actually I have 16 differ...

5 years ago | 1 answer | 0

1

answer

Answered
Error bars plotting between two column values from excel sheet in MATLAB.
I am only considering 1st sheet of this file.Thank you

5 years ago | 0

Question


Error bars plotting between two column values from excel sheet in MATLAB.
Hi, I have the following code: dataset = xlsread('AllSource_MicArr1.xlsx','Src_5MICArray_1','A4:T27'); d = dataset(:,7...

5 years ago | 1 answer | 0

1

answer

Answered
Adding Legends to multiple lines in an x-y plot of data imported from Excel sheets in MATLAB ?
Hi this is my now updated code. [~,sheets] = xlsfinfo('C:\Users\Bilal Ahmad\Desktop\Complete Simulations\Microphone Array 3...

5 years ago | 0

Question


Adding Legends to multiple lines in an x-y plot of data imported from Excel sheets in MATLAB ?
Hi, I have the following code: [~,sheets] = xlsfinfo('C:\Users\Bilal Ahmad\Desktop\Complete Simulations\Microphone Array 1_...

5 years ago | 3 answers | 0

3

answers

Question


Problem in Plotting bar graph with two y axis (Bars overlapping)
Hi, I have the following code: clc; close all; clear all; sheet ='Src_1MIC_Array1'; dataset = x...

5 years ago | 1 answer | 1

1

answer

Question


Plotting very small and large values on same figure.
Hi, I have one question. I have set of data column wise. Actually two columns are there. Problem is that 1 column contain very s...

5 years ago | 1 answer | 0

1

answer

Question


Plotting column wise data from multiple sheets of Excel spreadsheet into single Scatter plot
Hi, I have one question.Let say I have an excel workbook with 5 separate sheets in it. In each sheet i have column wise data. N...

5 years ago | 0 answers | 0

0

answers

Question


Mean and Standard deviation of cell Array column wise
Hi, I have 48x1 cell array that consists of decimal numbers. Now i want to take mean and standard deviation of this complete dat...

5 years ago | 1 answer | 0

1

answer

Question


Plotting very small values using bar command
Hi, I have a series of data such as 1.11134,0.01823643,0.08337726 and so on. Can anybody guide how can i plot this series of num...

5 years ago | 1 answer | 0

1

answer

Question


How to make for loop for subtraction among consecutive array elements ???
Hi , I have one question regarding loop. Let us suppose I have an array a =[2 3 1 8 5 6] Now i want to make a for loop such as ...

6 years ago | 1 answer | 0

1

answer

Question


Filter Visualization Tool help
Hi, I have tried to execute the following code : clc; clear all; n = 6; f = 0.8; a =fir1(n,f,'high'); %fir hi...

6 years ago | 0 answers | 0

0

answers

Answered
Error while using readtable command in MATLAB
Hi, I have already checked that my breslow.dat is in the specific folder and it still shows the following error. >> cd 'C:...

6 years ago | 0

Question


Error while using readtable command in MATLAB
Hi I have one question. I have downloaded one csv template file with .csv extension from Internet. Then I simply converted this...

6 years ago | 5 answers | 0

5

answers

Question


Cross Correlations among 56 audio files using for loop
Hi, I have 56 audio files in .wav format and now i want to compute cross correlations among them. I know the general principle o...

6 years ago | 1 answer | 0

1

answer

Question


I want to convert from Cartesian to spherical coordinates in MATLAB. I have tried to use cart2sph in MATLAB but it is showing some error
My MATLAB Code is as follows : function [phi,theta] = calc_phitheta_geom(xyz_source,xyz_mic1,xyz_mic2) mid_p =(xyz_mic1 + ...

6 years ago | 2 answers | 0

2

answers

Question


For loop Problem in MATLAB Code sample
Hello to all: I have came across one MATLAB code that calculates Direction of Arrival for microphone pair with help of LMS Algo...

6 years ago | 0 answers | 0

0

answers

Question


How to get value of angle in degrees ?
Hi, I have the following code: angle_rad1=acos(v*indice1/(d*fs)); %angle in radians angle1=(angle_rad1*360/pi)-180; %angles ...

6 years ago | 0 answers | 0

0

answers

Question


License Manager Error -4
Hi, I have recently installed MATLAB 2017. Today when I try to run one code . The command window following error appear: Lice...

6 years ago | 1 answer | 0

1

answer