Mirbahar Naadiya
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
how can i access struct data? I am trying to read multiple csv files and write into one file . am able to get the name of all 32 file that i wana read but how cani read the data of each file. can some one help me . Thanks in advance
if true % code myDir = uigetdir; %gets directory myFiles = dir(fullfile(myDir,'*.csv'); end
7 years 前 | 0 个回答 | 0
0
个回答提问
hello can some one help. I am to find peaks of accelrometer axis, for that am using the previously suggested code in this form,
if true % code I am trying the same code with my data and data file is attached.and getting errror in interp1. can...
7 years 前 | 1 个回答 | 0
1
个回答提问
getting error "Index exceeds matrix dimensions"
Can someone can help me to find out the error if true % code i=1; j=1; windowsize=50; [m,n]=size(accX); avgX=zer...
7 years 前 | 1 个回答 | 0
1
个回答提问
Hello ! can anybody tell me where am wrong.i have 179789 by 3 dimensions matrix. when am trying to get sum of all three axis to get one column vector the result is 1 by 179789 , but the desired result is 179789 by 1. looking for kind response
if true % code i=1 for i=1:m acc(i)=sqrt((x(i)^2+y(i)^2+z(i)^2)); end end
7 years 前 | 1 个回答 | 0
1
个回答提问
how to search a value of a matrix and replace by vector value?
hello everyone, it would be very kind of you if someone could help me to figure it out. i want to replace elements of matrix, th...
7 years 前 | 1 个回答 | 0
1
个回答提问
dlopen: cannot load any more object with static TLS"
I am using MATLAB 2017a in ubuntu 14.04. I am facing the problem in mex file. the error is " | | *Invalid MEX-file '/home/naadiy...
7 years 前 | 0 个回答 | 0