Kaiyuan
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
237,191
of 295,467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Import mutilple excel files and save then individually as matlab tables, and finally synchronize the timetables
I am considering to import mutiple excel files using matlab, and these files will be saved individually as tables with the name ...
3 months ago | 1 answer | 0
1
answerQuestion
Merge multiple columns based on match rows using loop
I have two excel files: excel file 1 which is shown on image 1, contains standard time series data. excel file 2 which is show...
3 months ago | 1 answer | 0
1
answerQuestion
Storage columns of data from excel sheet on matlab table cell
I want to create a matlab table where each cell can store sequences of data as shown by image 1 and image 2. The aim is to extr...
3 months ago | 1 answer | 0
1
answerQuestion
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
n1=1.5; Vn=5.56; beta1=(table2array(beta)) for i=1:length(beta1) a=1; b(i)=2*Vn*cos(beta1(i)); c=((Vn)^2); d(i)=-(sin(bet...
7 months ago | 1 answer | 0
1
answerQuestion
Integrate function by for loop
clear Cs1=4; Cs2=5.6; Cl1=2; Cl2=2.8; ns1=1.5; ns2=-1.5; nl1=1.5; nl2=-1.5; rho=1.22; A=10; V=44.72; l=20; n=1;Ua=20; y...
7 months ago | 1 answer | 0