Community Profile

photo

saras

Last seen: 14일 전 2013년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • Knowledgeable Level 2
  • First Review
  • Revival Level 2
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Installation of android support package for Samsung Galaxy S6: the samsung is not recognized
Which MATLAB release are you working on?

대략 7년 전 | 0

| 수락됨

답변 있음
Error while downloading SIMULINK support package for samsung Galaxy android devices
Can you share the MATLAB version you are using?

대략 7년 전 | 1

답변 있음
Is there a code/command to execute/run 'Deploy to Hardware' (Matlab Simulink) in Matlab GUI?
If you are using Simulink Coder or Embedded Coder, you should be able to use <https://www.mathworks.com/help/rtw/ref/rtwbuild.ht...

7년 초과 전 | 0

답변 있음
matlab android interfacing and reading values in real time
You should be able to use blocks from <https://www.mathworks.com/hardware-support/android-programming-simulink.html Simulink Sup...

7년 초과 전 | 0

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

7년 초과 전

답변 있음
Verification failed - Simulink Support Package for Samsung GALAXY Android Devices
You mentioned that the display is on. Is there a screen lock? Try keeping the screen on, and unlocked, throughout the verificati...

7년 초과 전 | 0

| 수락됨

답변 있음
How to deploy a Matlab app to iOS and Android?
The following two products will allow you to generate code for mobile devices: <http://www.mathworks.com/hardware-support/and...

거의 8년 전 | 1

답변 있음
[Solved] I get an error when installing arduino support package
The title says 'Android' but description says 'Arduino'. Please clarify if you are facing issues with Arduino support package or...

거의 8년 전 | 0

답변 있음
how to use ToApp block in android support package of simulink?
The ToApp block is used to send data between the host and the generated app. The method that you specify in the block mask will ...

거의 8년 전 | 0

답변 있음
MATLAB server and Android Client socket connection
I am not sure if this is what you are looking for. However, _Simulink Support Package for Samsung GALAXY Android Devices_ provid...

거의 8년 전 | 0

답변 있음
How do I use my smart phone camera as a webcam in MATLAB?
I am not sure if this is exactly what you are looking for. However, you can use 'Simulink Support Package for Samsung GALAXY And...

거의 8년 전 | 0

답변 있음
Problem installing Simulink Support Package for Samsung GALAXY Android Devices
It seems like an issue with NDK installation. Can you share the contents of C:\MATLAB\SupportPackages\R2016a? Also, when you nav...

거의 8년 전 | 0

답변 있음
simulink support package for android, Matlab R2016a. verification problem for galaxy tab 2 10.1
Can you try to keep the device screen 'on' throughout the verification process (all 3 steps)? My guess is that the device displa...

거의 8년 전 | 0

답변 있음
Error with Simulink and Samsung Galaxy Tab
I would recommend deleting the generated project folder and redeploying the model. Let me know if that helps.

8년 초과 전 | 0

답변 있음
Errors when installing the iOS hardware support package in Matlab R2015a
Is the device provisioned? Also, what version of Xcode and iOS version are you using?

8년 초과 전 | 0

답변 있음
Can we use the project that is built by the Simulink Galaxy Support Package in Android Studio or Eclipse?
The support package creates an Ant based project. You should be able to import it in Eclipse if you use the ADT plugin. I ag...

8년 초과 전 | 1

| 수락됨

답변 있음
Samsung Galaxy Support Package gives an error about java.
Have you installed Java Development Kit (JDK) as a part of the support package installation?

8년 초과 전 | 0

답변 있음
Error with Simulink and Samsung Galaxy Tab
I would suggest to remove the project folder from disk and re-deploy the model. What version of MATLAB are you using?

8년 초과 전 | 0

답변 있음
Trouble with Samsung GALAXY Android Support from Simulink
Can you briefly describe your workflow? Please note that "Hello world, model-name" will be the default text displayed in the ...

8년 초과 전 | 0

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

10년 초과 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

거의 11년 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

거의 11년 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

거의 11년 전

문제를 풀었습니다


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

거의 11년 전

문제를 풀었습니다


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

거의 11년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

거의 11년 전

문제를 풀었습니다


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

거의 11년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

거의 11년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 11년 전