Mohd Babar
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
238.401
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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
respuestaError 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
respuestaPregunta
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
respuestasPregunta
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
respuestasPregunta
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