photo

Nivedita

MathWorks

Last seen: 11 days 前 自 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

统计学

All
MATLAB Answers

0 个提问
3 个回答

Cody

0 个问题
100 个答案

排名
141,139
of 300,057

声誉
0

贡献数
0 个提问
3 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,866

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
2,126
of 167,162

贡献数
0 个问题
100 个答案

评分
1,359

徽章数量
9

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Leader
  • Solver

查看徽章

Feeds

排序方式:

已回答
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...

3 months 前 | 0

已回答
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...

2 years 前 | 0

已回答
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 ...

2 years 前 | 0

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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.

3 years 前

已解决


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]

3 years 前

已解决


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.

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


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

3 years 前

已解决


Find Logic 20

3 years 前

已解决


Find Logic 21

3 years 前

已解决


Find Logic 22

3 years 前

已解决


Find Logic 23

3 years 前

已解决


Find Logic 24

3 years 前

已解决


Find Logic 25

3 years 前

已解决


Find Logic 26

3 years 前

已解决


Find Logic 27

3 years 前

已解决


Find Logic 28

3 years 前

已解决


Find Logic 29

3 years 前

已解决


Find Logic 30

3 years 前

加载更多