Mirbahar Naadiya
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
96,272
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0