John McCann
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
75.735
of 295.467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
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
Index in position 2 is invalid. Array indices must be positive integers or logical values.
%% Material parameters data_rho = [7840,0.44]; data_Cp = [490,0.0733333]; data_k = [13.1947,0.0126919]; %% Geomet...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 10-by-10. not sure why i am getting this error
data_rho = [7840,0.44]; data_Cp = [490,0.0733333]; data_k = [13.1947,0.0126919]; %% Geometry L = 0.03; %% Bo...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
array indices must be positive intergers or logical values - not sure why i am getting this error message. same code worked for a friend of mine.
clf reset x=0:0.1:1; y=[0.9,6.9,31.6,21.5,34.4,68.2,66.4,114.9,155.9,199.3,209.6]; p1=polyfit(x,y,1); % the code below ca...
bijna 4 jaar ago | 2 answers | 0