Ahmad Bilal
Followers: 0 Following: 0
Statistik
RANG
26.636
of 295.448
REPUTATION
1
BEITRÄGE
19 Fragen
4 Antworten
ANTWORTZUSTIMMUNG
47.37%
ERHALTENE STIMMEN
1
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenHow 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? ...
fast 6 Jahre vor | 0
Frage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortError bars plotting between two column values from excel sheet in MATLAB.
I am only considering 1st sheet of this file.Thank you
etwa 6 Jahre vor | 0
Frage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortAdding 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...
etwa 6 Jahre vor | 0
Frage
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_...
etwa 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
etwa 6 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortError 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:...
mehr als 6 Jahre vor | 0
Frage
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...
mehr als 6 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 + ...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 7 Jahre vor | 1 Antwort | 0