photo

Nivedita

MathWorks

Last seen: 2 días hace Con actividad desde 2022

Followers: 0   Following: 0

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

Estadística

All
MATLAB Answers

0 Preguntas
3 Respuestas

Cody

0 Problemas
100 Soluciones

CLASIFICACIÓN
281.848
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
0 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
2.196
of 168.407

CONTRIBUCIONES
0 Problemas
100 Soluciones

PUNTUACIÓN
1.359

NÚMERO DE INSIGNIAS
9

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer
  • Leader
  • Solver

Ver insignias

Feeds

Ver por

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

4 meses hace | 0

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

alrededor de 2 años hace | 0

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

alrededor de 2 años hace | 0

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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.

más de 3 años hace

Resuelto


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]

más de 3 años hace

Resuelto


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.

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Find Logic 20

más de 3 años hace

Resuelto


Find Logic 21

más de 3 años hace

Resuelto


Find Logic 22

más de 3 años hace

Resuelto


Find Logic 23

más de 3 años hace

Resuelto


Find Logic 24

más de 3 años hace

Resuelto


Find Logic 25

más de 3 años hace

Resuelto


Find Logic 26

más de 3 años hace

Resuelto


Find Logic 27

más de 3 años hace

Resuelto


Find Logic 28

más de 3 años hace

Resuelto


Find Logic 29

más de 3 años hace

Resuelto


Find Logic 30

más de 3 años hace

Cargar más