Mohd Babar
Followers: 0 Following: 0
Statistik
RANG
238.398
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 Monate vor | 1 Antwort | 0
1
AntwortError 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 Monate vor | 0
Frage
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 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 Monate vor | 2 Antworten | 0
2
AntwortenFrage
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 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Why i'm getting this error
for i =1:N fx =[ 'C:\Users\SC23M048-BABARMALIKM\Downloads\Abaqus\Hierarchical composite\aax1\jjx' num2str(i) '.txt']; ...
5 Monate vor | 1 Antwort | 0