Community Profile

photo

Raymond Chiu


Mayo Highschool, FIRST Team 2530

Last seen: 6개월 전 2015년부터 활동

* FIRST Robotics Mentor

통계

  • First Review
  • Revival Level 1
  • First Answer

배지 보기

Content Feed

보기 기준

질문


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...

7개월 전 | 답변 수: 1 | 0

1

답변

질문


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...

5년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
MATLAB 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...

5년 초과 전 | 0

답변 있음
Matlab Serial Communication on MAC
lsusb is available through home-brew on OS X https://stackoverflow.com/a/51579385/4953146

5년 초과 전 | 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...

5년 초과 전 | 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....

5년 초과 전 | 1

| 수락됨

질문


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...

5년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Read 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...

거의 6년 전 | 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...

거의 6년 전 | 0

질문


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 ...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


Simevents stochastic replications capability?
When simulating a system, it is often necessary to <https://en.wikipedia.org/wiki/Replication_(statistics) replicate simulations...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


Troubleshooting bluetooth over serial
The exercise is to retrieve the model number of a Bluetooth device. Win10 Bluetooth connection: <</matlabcentral/answers/u...

8년 초과 전 | 답변 수: 0 | 0

0

답변