photo

Nivedita

MathWorks

Last seen: 1 giorno fa Attivo dal 2022

Followers: 0   Following: 0

Messaggio

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

Statistica

All
MATLAB Answers

0 Domande
5 Risposte

Cody

0 Problemi
100 Soluzioni

RANK
83.589
of 301.788

REPUTAZIONE
0

CONTRIBUTI
0 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 21.421

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
2.326
of 176.567

CONTRIBUTI
0 Problemi
100 Soluzioni

PUNTEGGIO
1.359

NUMERO DI BADGE
9

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Answer
  • Leader
  • Solver

Visualizza badge

Feeds

Visto da

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

1 giorno fa | 0

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

25 giorni fa | 0

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

11 mesi fa | 0

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

oltre 2 anni fa | 0

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

oltre 2 anni fa | 0

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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.

quasi 4 anni fa

Risolto


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]

quasi 4 anni fa

Risolto


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.

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


Find Logic 20

quasi 4 anni fa

Risolto


Find Logic 21

quasi 4 anni fa

Risolto


Find Logic 22

quasi 4 anni fa

Risolto


Find Logic 23

quasi 4 anni fa

Risolto


Find Logic 24

quasi 4 anni fa

Risolto


Find Logic 25

quasi 4 anni fa

Risolto


Find Logic 26

quasi 4 anni fa

Risolto


Find Logic 27

quasi 4 anni fa

Risolto


Find Logic 28

quasi 4 anni fa

Carica altro