Community Profile

photo

Murat Belge

Last seen: 28일 전 2012년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • Knowledgeable Level 4
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • 6 Month Streak
  • Revival Level 3
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Could not create Python virtual environment
ROS Toolbox creates a Python virtual environment in user's prefdir by default. If your user name contains spaces and this gets r...

거의 2년 전 | 0

답변 있음
How to start on boot Simulink model deployed to Raspberry Pi running ROS?
Raspberry Pi - Robot Operating System does not have an option in Simulink to automatically start an executable. However, this ca...

2년 초과 전 | 1

| 수락됨

답변 있음
codertarget.createDriverProject('my_driver') problem
Use the attached function archive, my_driver.ZIP, which contains the necessary files to follow the tutorial. The archive represe...

5년 초과 전 | 0

제출됨


Code for Article "Run MATLAB Image Processing Algorithms on Raspberry Pi and NVIDIA Jetson"
The MATLAB® code, images and CUDA® code referenced in the technical article.

대략 6년 전 | 다운로드 수: 2 |

Thumbnail

답변 있음
putFile command is not working
This works fine for me. Can you execute the following commands an post the results: >> a = dir('output.txt'); >> disp(a)...

8년 초과 전 | 0

답변 있음
When I use the embedded coder and the HW-Support-Package to put a Simulink model on my Raspberry Pi, is the code compiled on the Pi or is it cross compiled on my PC an then transferred to the Pi?
The code is generated on the host computer and compiled on the Raspberry Pi. There is no cross-compiling.

8년 초과 전 | 1

답변 있음
Raspberry Pi Wget download problem
Can you download "http://www.mathworks.com/supportpackages/wget_for_windows/wget.exe" directly using a web browser (Chrome or In...

거의 9년 전 | 0

답변 있음
Im using MATLAB R2014b , having trouble with hardware support install for raspberry pi, it says the following while installing the support ........
Can you execute the following commands on the MATLAB command line and post the results: >>h = raspi.setup.RaspberryPiFirmwa...

거의 9년 전 | 0

답변 있음
When i tried to run my simulink on target hadware The following error is coming.The harware i m using is Raspberry Pi.. Can any knows answer?
There are blocks that use continuous time in your Simulink model. Eliminate these blocks from your model. To see the blocks usin...

거의 9년 전 | 0

답변 있음
Loop Raspi Camera board to continuously take picture
Take a look at the example "Tracking a Green Ball" that comes with the Raspberry Pi support package.

거의 9년 전 | 0

| 수락됨

답변 있음
Matlab support for Raspberry Pi under Mac OS X?
MATLAB support package for Raspberry Pi Hardware does not support MAC OS-X in R2014a release. The support for MAC OS-X has been ...

거의 9년 전 | 0

| 수락됨

답변 있음
I can't write a Raspbian image to certain SD cards using the Raspberry Pi support package
Start MATLAB using "Run as administrator". Right click on the MATLAB icon and choose "Run as administrator" in the popup menu. T...

대략 9년 전 | 3

답변 있음
I tried connecting the Raspberry Pi to my laptop. It says host not found with this error.
Find out the IP address of your Raspberry Pi and try connecting using the IP address instead of the host name. First ping on the...

대략 9년 전 | 0

답변 있음
Problem trying to install raspberry support package
Can you download http://www.mathworks.com/supportpackages/wget_for_windows/wget.exe directly using a browser?

대략 9년 전 | 0

답변 있음
Raspberry Pi Wget download problem
Mark: We have updated the link for wget.exe on 3/18/2015. The link for download address now is "http://www.mathworks.com/support...

대략 9년 전 | 0

답변 있음
How to access live video from any browser through MATLAB?
The MATLAB Support Package for Raspberry Pi Hardware provides an interface to the Raspberry Pi camera module. Here is an example...

대략 9년 전 | 0

답변 있음
Acessing already OS installed raspberry pi using matlab
The raspi MATLAB interface requires a server running on the Raspberry Pi hardware. This is a custom server that interprets comma...

대략 9년 전 | 0

| 수락됨

답변 있음
Cannot download http://www.mathworks.com/supportpackages/wget_for_windows/wget.exe
This issue was caused by the web site containing wget.exe being taken down. We updated the links to wget.exe. You should be able...

대략 9년 전 | 1

| 수락됨

답변 있음
Add line to make file generated by simuliunk in external mode for raspberry pi
If you want to add a: * Source file * Header file * Linker flag unconditionally in your Simulink model, you can add an I...

대략 9년 전 | 0

답변 있음
Add line to make file generated by simuliunk in external mode for raspberry pi
I am assuming you are developing a Simulink block that uses the wiringPi library. If you develop your block as a System object, ...

대략 9년 전 | 0

답변 있음
UDP communication Raspberry pi with direct Ethernet connection
Did you try using your computer's IP address instead of using the broadcast IP address of '255.255.255.255'?

9년 초과 전 | 0

답변 있음
Raspberry Pi connection error in a different work station
I assume you chose direct connection option for network configuration. To connect to your Raspberry Pi using a different compute...

9년 초과 전 | 0

답변 있음
Can I generate AC voltage in usb port ??
No. You cannot use a USB port to generate an AC voltage.

9년 초과 전 | 0

답변 있음
Use Simulink or Matlab Code on Raspberry Pi via Mac?
We are working on Mac and Linux versions of this support package. We'll be releasing those once they are fully completed.

9년 초과 전 | 0

답변 있음
"index exceeds matrix dimensions" when I connect my Raspberry Pi model B to Matlab2013b.
Robert: You can install MATLAB Support Package for Raspberry Pi without the Simulink Support package. Just uncheck Simulink s...

9년 초과 전 | 0

답변 있음
Problem in running simulink model on Raspberry Pi B+
You host computer is not seeing devices in the IP address range 192.168.1.xx. The message you are getting "No route to host" is ...

9년 초과 전 | 0

답변 있음
why i have this error when i try to start my connection with raspberry pi?
There is no SSH server running on 192.168.1.2 and the target machine is refusing SSH connection request from MATLAB. 1. Logi...

9년 초과 전 | 0

| 수락됨

답변 있음
High latency for audio use on a Raspberry Pi using Simulink
The ALSA Audio Playback block uses and audio buffer size of 0.5 seconds of data. You can not change this parameter unless you mo...

9년 초과 전 | 0

답변 있음
Why cannot data be written to a file on Raspberry pi when it is working standalone, i.e when executable, created with the use of simulink, on raspberry pi is run
The To File block does not generate any code (i.e. a no-op block) when the Simulink model is run as a stand-alone application. T...

9년 초과 전 | 2

| 수락됨

더 보기