Community Profile

photo

John McCann


Last seen: alrededor de 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 3 años hace | 2 respuestas | 0

2

respuestas