SnooptheEngineer
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
210.217
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
55.56%
VOTOS RECIBIDOS
0
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
Setting up communication via USB device with instrument
I am trying to communicate with a device via usb. When I connect the usb cable, it doesnt fall under the COM port section in my ...
4 meses hace | 2 respuestas | 0
2
respuestasPregunta
I am trying to setup a serial communication with a optical power meter and I am not able to read the returned string.
I am using a newport power meter (91936-R) with RS232. I set up the communication with the following code beow. I am running int...
4 meses hace | 3 respuestas | 0
3
respuestasPregunta
Why am I getting gaps in my data when I attempt to interpolate my curve?
I am trying to make finner steps (x) for my data file attached. I am using matlab's interp function. Upon doing so, I get the cu...
5 meses hace | 3 respuestas | 0
3
respuestasPregunta
Function is throwing error when calling it in different script
I have a function, attached, that I am calling in different script. Everytime I call it I get the error "Local function name ...
5 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to read an excel /csv files with columns that have both text and numbers?
Everytime I try to use readcell , readtable.. I get one or alll of the following problems: Numeric columns get merged into one ...
5 meses hace | 1 respuesta | 0
1
respuestaPregunta
How can I align multiple curves on one plot to a central point?
I am plotting several curves on a single plot as part of several test points for a tool I am developing. In the final step, I ...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I store vectors of different sizes into a column array to be then added to Table that was created previously?
I wrote two codes that process images. The first script loads the images, allows the user to select the points of interest then ...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I analyze and isolate certain region of 3D plot and create an condition for passing/failing parts?
im1=imread('knifetest.jpg'); zr=im1(:,:,1); %get the red intensity array zg=im1(:,:,2); %get the green inten...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I plot x and y RGB values of an image to analyze?
I am analyzing the results of an optical test. In essence, the samples generate a halo as seen in the picture attached. Good sam...
más de 2 años hace | 3 respuestas | 0