photo

Mohd Babar


Last seen: 3 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


Hi coders! i'm facing a error. Error using contourf Z must be at least a 2x2 matrix.
clc; clear all; %-----Geometry,Number of simulations------% d = 10; N = 1000; a11 = 250*(d/10); a12= 100*(d/10); %---...

3 meses hace | 1 respuesta | 0

1

respuesta

Respondida
Error using contourf Z must be at least a 2x2 matrix. Error in D18071 (line 106) contourf(st)
i have use the meshgrid function after defining the r and p, it helps to convert r and p vector to matrixs, but plot is not corr...

4 meses hace | 0

Pregunta


I face a problem with the dimensions of Z as it should be a 2x2 matrix.
%------Creating a strain matrix-----------% E = zeros(2*(size(K1,1)-1),2*(size(K1,1)-1)); for j = 1: (size(K1,1)-1) for i...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Error using contourf Z must be at least a 2x2 matrix. Error in D18071 (line 106) contourf(st)
Hi, I am trying to create contour plot but after trying many times I am getting the same error, can anyone tell me what I am doi...

4 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


What changes should i have to make in my code to remove the error ("Error using contourf Z must be at least a 2x2 matrix.")
%------Creating a strain matrix-----------% E = zeros(2*(size(K1,1)-1),2*(size(K1,1)-1)) for j = 1: (size(K1,1)-1) for i ...

5 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


Why i'm getting this error
for i =1:N fx =[ 'C:\Users\SC23M048-BABARMALIKM\Downloads\Abaqus\Hierarchical composite\aax1\jjx' num2str(i) '.txt']; ...

6 meses hace | 1 respuesta | 0

1

respuesta