![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17228795_1578554254406_DEF.jpg)
CHANDRABHAN Singh
Followers: 0 Following: 0
Estadística
0 Problemas
62 Soluciones
CLASIFICACIÓN
164.039
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
15 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
73.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
7.904
of 157.725
CONTRIBUCIONES
0 Problemas
62 Soluciones
PUNTUACIÓN
770
NÚMERO DE INSIGNIAS
4
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Color of surf function
I wamt to plot 3 spheres with different colours. But i am unable to do it. I am sharing the code as well. Thank you for your hel...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
intersection of 3d convex hull
https://in.mathworks.com/matlabcentral/fileexchange/30892-analyze-n-dimensional-convex-polyhedra?s_tid=srchtitle The intersec...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Convert convexhull to stl file
I have a set of 3d coordiante points. How can i convert the convert the convex hull into stl file. p = [113.6466 111.8984 112...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
does convex hull intersect?
Hello. The codes shown produces two convhull. I want to generate a parameter p such that if convhull intersect, p=false else, ...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
does two polygons interest or not?
Let's say these are two non interscting ploygons (shown below). How can i get a logical relationship out of this. Something li...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
if and else loop problem
if (loop==false && centre(ii,1)<95 ) centre(ii,:) = centre(ii,:)+ [0.1 0]; elseif (loop==false && centre(ii,2)<95)...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to export a 3d surface to Ansys apdl?
I want to export a complex geomtery from matlab to ansys apdl for meshing. For example how can i import the sphere shown below t...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
how to decrease the x-axis from left to right
plot option increses the axis from left to right. How can we reverse this (decrese the x-axis from left to right), something lik...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
how to determine the trace of the graph.
Let's say i have plotted a cylinder in the matlab graph. Code is given below. r = 4; [X,Y,Z] = cylinder(r); h = 20; Z = Z*h...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
assigning of multiple arrays
I have 5 different arrays of same size. How can i optimize this? Something like rhoo = thetaa = thetaa1 = thetaa2 = zeros(ss2,1...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Can we rotate the plot(x, y)
for w=0.5:0.1:1 l = w; thet = 0:1:60; theta = thet .*(pi/180); c = cos(theta); p = 4*(1-l^2).*(c.^2) + (2*l - 1)^2; q = 2*...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Error while plotting the polar plot
%I have an expression which is plotted using the polarplot. a = 1/(2.*cos(theta)) e = 0.5; thet = -60:1:60; theta = thet .*...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to factorize 13916767508299776?
Hi, I want to factorize 13916767508299776 into its prime factors. How can ew do that? Thanks in advance.
más de 4 años hace | 2 respuestas | 0
2
respuestashello.....how find out angle in degree
angle = angle(z)*double(unitConversionFactor(u.radian,u.degree))
más de 4 años hace | 0
Pregunta
modify the matrix, rearrangement of elements
I have a matrix a = [2 4 7 11; 7 9 5 54; 2 5 7 9; 12 41 45 21]; How to get the row matrix such that the elements of matrix a ar...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Differentiation of the position vector.
I have written a code for postion of a vibrating system. I am unable to determine the velocity and acceleration from the express...
alrededor de 5 años hace | 1 respuesta | 0