photo

Kritika Singh

MathWorks

Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
3 个回答

Cody

0 个问题
3 个答案

排名
105,820
of 299,823

声誉
0

贡献数
0 个提问
3 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
77,462
of 166,136

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 2
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
I dont know how to start this question about crreating a matrix according to an equation
You can use the eig function to calculate the eigen value and corresponding eigen vector of a matrix A = [1 2 0; 2 5 -1; 4 10 -...

4 years 前 | 0

已回答
MATLAB R2020a installer freezes on splash screen, how do I fix this?
This issue most of the time is due to MATLAB not being able to create the preferences directory in the default location. The...

4 years 前 | 0

已回答
overlaying appropriate basic, coastal map onto a geographical plot (nc)
The base layer adds a simple map onto an image .You can find more information by referring to the following links. https://in...

4 years 前 | 0

已解决


Fibonacci-Sum of Squares
Given the Fibonacci sequence defined by the following recursive relation, * F(n) = F(n-1) + F(n-2) * where F(1) = 1 and F(1)...

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

4 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years 前