Ahmad Bilal
Followers: 0 Following: 0
Estadística
19 Preguntas
4 Respuestas
CLASIFICACIÓN
26.636
of 295.448
REPUTACIÓN
1
CONTRIBUCIONES
19 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
47.37%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 6 años hace | 0 respuestas | 0
0
respuestasHow 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? ...
casi 6 años hace | 0
Pregunta
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...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaError bars plotting between two column values from excel sheet in MATLAB.
I am only considering 1st sheet of this file.Thank you
alrededor de 6 años hace | 0
Pregunta
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...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaAdding 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...
alrededor de 6 años hace | 0
Pregunta
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_...
alrededor de 6 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
alrededor de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 6 años hace | 1 respuesta | 0
1
respuestaError 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:...
más de 6 años hace | 0
Pregunta
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...
más de 6 años hace | 5 respuestas | 0
5
respuestasPregunta
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...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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 + ...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 7 años hace | 1 respuesta | 0