photo

Nivedita

MathWorks

Last seen: 3 jours il y a Actif depuis 2022

Followers: 0   Following: 0

Message

I am an Engineer in the Engineering Development Group at MathWorks. DISCLAIMER: All opinions I express on this forum are my own, and not representative of MathWorks.

Programming Languages:
Python, C++, C, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi, Bengali

Statistiques

All
MATLAB Answers

0 Questions
7 Réponses

Cody

0 Problèmes
100 Solutions

RANG
193 811
of 301 866

RÉPUTATION
0

CONTRIBUTIONS
0 Questions
7 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 445

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
2 330
of 177 015

CONTRIBUTIONS
0 Problèmes
100 Solutions

SCORE
1 359

NOMBRE DE BADGES
9

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer
  • Leader
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
Embedded Coder Support Package for Texas Instruments C2000 Processors
Hi, You can use the C2000 Microcontroller Blockset which is available from R2023a. It supports Linux environment from R2023a. ...

3 jours il y a | 0

Réponse apportée
Data gaps and aliasing in Simulink External Mode with TI LaunchPad at 100µs sample rates
Hi Sanjit, The Monitor and Tune feature operates in the background and inherently requires a finite amount of time to process a...

3 jours il y a | 0

Réponse apportée
C2000 CAN Video example calls out eCAN, but blockset shows CAN and we have an RX Issue
Hi Ali, You can refer to these following examples for your usecase: Communication using CAN blocks: https://www.mathworks.com/...

21 jours il y a | 0

Réponse apportée
how to use FPUfastRTS library on Ti F28377S
Hello Valeriy, On devices supporting both TMU and FPU, select Enable TMU for more optimized floating-point math routines. This ...

environ 2 mois il y a | 0

Réponse apportée
FIL Error: "Did not receive version information" with connection that works in Vivado
Hello, You can follow the troubleshooting steps mentioned in the official documentation to resolve the issue: https://www.math...

12 mois il y a | 0

Réponse apportée
Cannot open .mlapp file in app designer
Hello Daniel! I understand that whenever you are trying to open the attached app, you are getting the dialog box with “Error lo...

presque 3 ans il y a | 0

Réponse apportée
May I know why 'value must be a double scalar' come out in app designer?
Hello Aqilah! I understand that you are receiving the error “ 'Value' must be a double scalar” in app designer. I am assuming ...

presque 3 ans il y a | 0

A résolu


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

presque 4 ans il y a

A résolu


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

presque 4 ans il y a

A résolu


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

presque 4 ans il y a

A résolu


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...

presque 4 ans il y a

A résolu


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

presque 4 ans il y a

A résolu


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

presque 4 ans il y a

A résolu


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

presque 4 ans il y a

A résolu


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

presque 4 ans il y a

A résolu


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

presque 4 ans il y a

A résolu


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

presque 4 ans il y a

A résolu


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

presque 4 ans il y a

A résolu


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

presque 4 ans il y a

A résolu


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

presque 4 ans il y a

A résolu


Return area of square
Side of square=input=a Area=output=b

presque 4 ans il y a

A résolu


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

presque 4 ans il y a

A résolu


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

presque 4 ans il y a

A résolu


Find Logic 20

presque 4 ans il y a

A résolu


Find Logic 21

presque 4 ans il y a

A résolu


Find Logic 22

presque 4 ans il y a

A résolu


Find Logic 23

presque 4 ans il y a

A résolu


Find Logic 24

presque 4 ans il y a

A résolu


Find Logic 25

presque 4 ans il y a

A résolu


Find Logic 26

presque 4 ans il y a

Charger plus