Arkaniva Sarkar
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
7.697
of 295.467
REPUTACIÓN
6
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
75.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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 to improve plotting speed of large STL models using patch?
I am developing an application in appdesigner where I'm dealing with large STL models with more than 1 million faces in each mod...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Code protection in deployed standalone application
Hello, I was trying to build a secure standalone app for my project using appdesigner, however, when I navigated to the folder...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Trigger event callback from another event callback
I want to trigger 'CheckedNodesChangedFcn' callback of uitree from 'ButtonPushedFcn' callback of a pusbutton in appdesigner. C...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Form-based PDF template generation using GUI
I've been trying to generate a form-based template which takes in data from a GUI and exports the same as a PDF programmatically...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot not updating even after changing plot data
I am plotting lines on a surface plot in a GUI and trying to update the lines by changing XData,YData and ZData, but the lines a...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Error in converting array in double to string
These errors occured when I tried to convert an array in double to string using the following methods. Method 1: str = []; ar...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestashow can I convert an array in double format to string?
You can either use string(arr) or num2str(arr), depending on what you desire. string(arr) will create a string array by converti...
alrededor de 3 años hace | 1
| aceptada
Pregunta
Plane fit in 3d using least squares method
I have a matrix n where n = [x,y,z] = 325.8693 225.7653 332.6122 328.8458 221.9215 ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Error while using cellfun with a function
I am using cellfun to apply a function on train and test variables for feature extraction. The function works absolutely fine wh...
más de 3 años hace | 1 respuesta | 0