photo

Mohd Babar


Last seen: 3 days ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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); %---...

6 days ago | 1 answer | 0

1

answer

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

26 days ago | 0

Question


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

27 days ago | 1 answer | 0

1

answer

Question


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

1 month ago | 2 answers | 0

2

answers

Question


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

2 months ago | 2 answers | 0

2

answers

Question


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

2 months ago | 1 answer | 0

1

answer