Mohd Babar - MATLAB Central
photo

Mohd Babar


Last seen: 5개월 전 2024년부터 활동

Followers: 0   Following: 0

통계

MATLAB AnswersFrom 06/24 to 01/25Use left and right arrows to move selectionFrom 06/24Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

순위
97,156
of 296,468

평판
0

참여
5 질문
1 답변

답변 채택
60.0%

획득한 표
0

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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

5개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

6개월 전 | 0

질문


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

6개월 전 | 답변 수: 1 | 0

1

답변

질문


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

6개월 전 | 답변 수: 2 | 0

2

답변

질문


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

7개월 전 | 답변 수: 2 | 0

2

답변

질문


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

7개월 전 | 답변 수: 1 | 0

1

답변
Go to top of page