pty0220
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
37.140
of 295.527
REPUTACIÓN
1
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
11.11%
VOTOS RECIBIDOS
1
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
How can I do Data distribution ?
I have a data like this a = 2 3 4 5 4 1 7 8 4 And I will apply some function to this data(give label) like...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I cut or split the data fast?
I have some data like A = 2 3 4 2 3 4 2 3 4 5 3 2 5 3 2 5 3 2 9 4 2 9 4 2 9 4 2 or ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to copy some data
I want to copy some data if i have a data(matrix) like this ,, 2 3 4 6 2 3 9 8 3 I would like to copy this dat...
más de 7 años hace | 3 respuestas | 0
3
respuestasPregunta
How can I make evenly distributed point on hemisphere mesh ?
I would like to make evenly distributed point on mesh (like below figure) <</matlabcentral/answers/uploaded_files/81046/%...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I cut(crop) patch(3d,stl file) object?
Hi I want to know how can I crop 3D patch in matlab I have a Data 'skull' it is from .STL file ( It is from stl file and I...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
problem about plot 'x =2'
I have 2 question about plot One . I want to draw a plot 'X = 2' just straight line like picture <</matlabcentral/answe...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Can I set up several datas in one table, in GUI ?
Can I set up several datas in one table, in GUI ? for example, a = [1,2,3] b = [4,5,6] c = [7,8,9] in GUI table show ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to import 'txt' data
I want to import 'txt' data and I found some open source in Internet that source look like this 1. %[f,p]=uige...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
I want draw a graph correctly
I write code like this function z = F3(x,y) z = 4- x.^2- 2*y.^2; figure(1) [X,Y] = meshgrid(0:0.1:2); mesh(X,Y,F3...
casi 9 años hace | 1 respuesta | 1