Anusha B

MathWorks

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

0 질문
21 답변

순위
1,974
of 301,895

평판
34

참여
0 질문
21 답변

답변 채택
0.00%

획득한 표
5

순위
 of 21,447

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 177,188

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Checking for loop coordinates to see whether two randomly generated positions are within 5 units of each other
Hi Daniel, 1. Can you try using while loop instead of FOR loop for '5000 iterations'? OR 2. Can you execute the following c...

거의 11년 전 | 0

답변 있음
How to save data from a scope used in external mode ?
Hi Steve, The External Mode Control Panel provides options to log data during external mode simulation to a file. Refer to th...

11년 초과 전 | 0

| 수락됨

답변 있음
Matlab S-function segmentation violation
Hi Ander, You can debug your S-function either in Simulink or using a third-party software. The following link can help you i...

11년 초과 전 | 0

답변 있음
Matlab 2015a Java error after fresh installation?
Hi, 1. You can try executing the following commands: restoredefaultpath rehash toolboxcache 2. A corrupt installat...

11년 초과 전 | 0

| 수락됨

답변 있음
Arduino servo motor driving on matlab
Hi Ibrahim, The following link might help you: <http://www.mathworks.com/matlabcentral/answers/106190-why-do-i-get-an-erro...

11년 초과 전 | 0

답변 있음
Problem with launching GUI
Hi Dimitri, Can you try the following command as a workaround? guide(0); Hope this helps.

11년 초과 전 | 0

답변 있음
Java Error on startup and unable to plot.
A possible reason for the error message is the home directory being mounted with the 'noexec' option. Removing this option can h...

11년 초과 전 | 0

답변 있음
Sending info from c# to simulink
This link can help as a starting point: <http://www.mathworks.com/matlabcentral/answers/91609-how-can-i-create-and-access-a-c...

11년 초과 전 | 0

답변 있음
Static code metrics report not created for ezdspF28335 project
Hi Mike, The static code metrics tool accepts many dialects of C/C++ (gnu, msvc, upc). However, the TI keywords are not recog...

11년 초과 전 | 0

답변 있음
How to use Ts in eCAP Module for finding speed using the hall sensors?
Hi Varun, There's an example model 'c28069pmsmfoc_ert' in Embedded Coder Support package for TI C2000 processors on field ori...

11년 초과 전 | 0

답변 있음
Find closest value in large array
One way to do this is as follows: For example: Suppose there is a vector with 100 elements and you want to find an element cl...

11년 초과 전 | 1

답변 있음
USRP Support Package FOR B210
Hi Liang, Which release of the documentation are you referring to? USRP Bus Series Radios are supported from R2014b USRP ...

11년 초과 전 | 0

답변 있음
Are GAMs supported by statistics toolbox?
Hi Dimitrios, Generalised Additive Models are currently not supported in Statistics Toolbox. I guess you are referring to thi...

11년 초과 전 | 0

답변 있음
How to read from serial port with matlab (timeout problem) ?
The cause of the issue may be similar what is mentioned in this link: <http://www.mathworks.com/matlabcentral/answers/98527-w...

11년 초과 전 | 0

답변 있음
communication between VHDL and Matlab
If you are looking for cosimulation where you can cosimulate HDL code with MATLAB or Simulink, HDL Verifier can be helpful. Y...

11년 초과 전 | 1

답변 있음
What does this command (x = [(n-n0) >= 0];) do in the following code?
Assuming n0 is a scalar and n is a vector, the statement x=[(n-n0)>=0]; will create a logical vector 'x' that will contain value...

11년 초과 전 | 1

답변 있음
What does this command (x = [(n-n0) >= 0];) do in the following code?
Assuming n0 is a scalar and n is a vector of numbers, the statement x=[(n-n0)>=0;) will create a logical vector 'x' that will co...

11년 초과 전 | 1

| 수락됨

답변 있음
how to convert matlab_code into 89c51 code?
Hi Suman, You can use MATLAB Coder to convert MATLAB code to C/C++ code. You may need to customise the generated C/C++ code t...

11년 초과 전 | 0

답변 있음
Code generation detailed procedure, including hook files
Hi Kushal, The following links provide details on how code is generated from a model, generated source files & file dependenc...

11년 초과 전 | 0

| 수락됨

답변 있음
code to calculate SNR
Hi Tina, You can use the function 'snr' which is part of Signal Processing Toolbox, to calculate the signal to noise ratio of...

11년 초과 전 | 1

| 수락됨

답변 있음
raspberry pi usb camera
Hi Joju, There are examples on acquiring data from USB webcams in MATLAB along with Webcam Support Package. <http://www.ma...

11년 초과 전 | 0