Statistics
2 Questions
0 Answers
RANK
279,016
of 300,302
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,911
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,040
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 to read -2.5614E+1 format data from excel sheet and assign it all data to column matrix?
EQ=xlsread('C:\Users\maina\Desktop\v2.xls'); EQ=reshape(EQ(:,1:8).',[],1); % matlab warns and displays Er...
7 years ago | 1 answer | 0
1
answerQuestion
How to make figure 2 to be plot ?
%Plot of Spectral Parameters clear all close all %Data input EQ=xlsread('C:\Users\maina\Desktop\v2.xlS'); EQ=re...
7 years ago | 1 answer | 0