photo

Kritika Singh

MathWorks

Last seen: ungefär 3 år ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
3 Answers

Cody

0 Problems
3 Solutions

RANK
102 034
of 297 503

REPUTATION
0

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20 449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
68 124
of 159 017

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Revival Level 2
  • First Answer
  • Solver

View badges

Feeds

View by

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

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

mer än 3 år ago | 0

Solved


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

mer än 3 år ago

Solved


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

mer än 3 år ago

Solved


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

mer än 3 år ago