photo

Wang Jack


Last seen: alrededor de 2 meses hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

4 Preguntas
1 Respuesta

File Exchange

3 Archivos

CLASIFICACIÓN
66.051
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
8.073 of 20.934

REPUTACIÓN
111

EVALUACIÓN MEDIA
5.00

CONTRIBUCIONES
3 Archivos

DESCARGAS
14

ALL TIME DESCARGAS
884

CLASIFICACIÓN

of 168.373

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

  • Thankful Level 2
  • First Answer
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 2
  • First Submission
  • GitHub Submissions Level 1
  • Explorer
  • First Review

Ver insignias

Feeds

Ver por

Respondida
compiler.runtime.customInstaller fails to reduce mcr installer size
yes,try >> compiler.runtime.customInstaller("YouAppInstaller",'requiredMCRProducts.txt',"RuntimeDelivery","installer") if requ...

alrededor de 2 meses hace | 0

Enviada


AMebius-slicer(STL slicer, gcode generator for 3D print)
A stl files slicer to generate gcode file for real printing

más de 4 años hace | 10 descargas |

5.0 / 5
Thumbnail

Pregunta


How to divide a triangulation
There is a triangulation, which is two parts that are not connected, how to distinguish them? For example, a triangulation TR, ...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to extract boundary of a set of 2D points
There is my code LL1_x=(-0.1:.01:0.1)'; LL1=[LL1_x,-0.1*ones(length(LL1_x),1)]; LL2_y=(-0.1:.01:0.1)'; LL2=[0.1*ones(length(...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Enviada


Find topological relationship(connec​tion​) for STL model
Use undirected graphs to build the connection relationship of each facet

más de 5 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


STL File Reader(Both ASCII & BIN, auto-detection)
Imports facet from stereolithography (STL) file into MATLAB.

más de 5 años hace | 3 descargas |

0.0 / 5
Thumbnail

Pregunta


How to delete all repeat rows?
How to delete all repeat rows? I mean all repeat rows, like : A= [0 4; 2 4; 0 4; 4 8; 3 4] How to got new_A= [2 4; 4 ...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


cell array for loop assignment
Here is some code A1 is a 1*4cell array, I want got a 2*4 cell array, but non of those statement can do, all I got is nesting ...

más de 5 años hace | 1 respuesta | 0

1

respuesta