Raymond Chiu
Mayo Highschool, FIRST Team 2530
Followers: 0 Following: 0
* FIRST Robotics Mentor
Estadística
7 Preguntas
6 Respuestas
CLASIFICACIÓN
22.143
of 295.467
REPUTACIÓN
2
CONTRIBUCIONES
7 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
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 create an indexable array of fid
To open a file: fid = fopen('speedygo_nCores.bat','wt'); and given: nCores=6; What is the syntax to declare a fid array of s...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Video file I/O requires Gstreamer 1.0 and higher
What is causing the error and what are the steps for corrective action? Error message: <</matlabcentral/answers/uploaded_fil...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasMATLAB 2018b hangs on splash screen in ubuntu 16.04 (unsupported java probably)
2018b on Ubuntu 16.04 >> version -java ans = 'Java 1.8.0_152-b16 with Oracle Corporation Java HotSpot(TM) 64-Bit Server...
alrededor de 6 años hace | 0
Matlab Serial Communication on MAC
lsusb is available through home-brew on OS X https://stackoverflow.com/a/51579385/4953146
alrededor de 6 años hace | 0
is anyone having a pulse oximeter simulink model
If your goal is to have Simulink read live data from a pulse oximeter, this can be done either with an A/D system: http://tinyur...
alrededor de 6 años hace | 0
Why is MATLAB unable to find the JDBC Driver?
A clever peer solved this problem with V5.1: Connector/J 8.0 (including mysql-connector-java-8.0.11.jar) supports only JRE 1....
más de 6 años hace | 1
| aceptada
Pregunta
Why is MATLAB unable to find the JDBC Driver?
Attempts, from MATLAB, to connect to a database fail. conn = database(dbsource,username,password,'Vendor','MySQL', 'Serv...
más de 6 años hace | 2 respuestas | 0
2
respuestasRead an input file- process it line by line
See: https://www.mathworks.com/help/matlab/ref/feof.html fid = fopen('badpoem.txt'); while ~feof(fid) tline = fge...
más de 6 años hace | 0
cmd+0 keyboard shortcut from Live Editor to Command Window
@MATLAB staff: wouldn't it be easier for users if there was one command to toggle between the MATLAB Command Window and the live...
más de 6 años hace | 0
Pregunta
OS X 2017b Simulilnk SerialReceive SerialConfigure
A usb serial data source was connected and verified with a terminal program (Coolterm). Attempts configure the blocks in the ...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Simevents stochastic replications capability?
When simulating a system, it is often necessary to <https://en.wikipedia.org/wiki/Replication_(statistics) replicate simulations...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Simulink Send / Receive data model Example
Built and attached example described in this link: <http://www.mathworks.com/help/instrument/building-simulink-models-to-send-an...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Troubleshooting bluetooth over serial
The exercise is to retrieve the model number of a Bluetooth device. Win10 Bluetooth connection: <</matlabcentral/answers/u...
alrededor de 9 años hace | 0 respuestas | 0