![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11779397_1522139547748_DEF.jpg)
Ahmad Bilal
2017년부터 활동
Followers: 0 Following: 0
Feeds
질문
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...
대략 6년 전 | 답변 수: 0 | 0
0
답변답변 있음
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? ...
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? ...
대략 6년 전 | 0
질문
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...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
6년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Error bars plotting between two column values from excel sheet in MATLAB.
I am only considering 1st sheet of this file.Thank you
Error bars plotting between two column values from excel sheet in MATLAB.
I am only considering 1st sheet of this file.Thank you
6년 초과 전 | 0
질문
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...
6년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
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...
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...
6년 초과 전 | 0
질문
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_...
6년 초과 전 | 답변 수: 3 | 0
3
답변질문
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...
6년 초과 전 | 답변 수: 1 | 1
1
답변질문
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...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
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 ...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 7년 전 | 답변 수: 1 | 0
1
답변답변 있음
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:...
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:...
거의 7년 전 | 0
질문
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...
거의 7년 전 | 답변 수: 6 | 0
6
답변질문
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...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
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 + ...
거의 7년 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
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 ...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
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...
대략 7년 전 | 답변 수: 1 | 0