Community Profile

photo

Shantanu Kedar

MathWorks

Active since 2012

Followers: 0   Following: 0

Message

Professional Interests: MATLAB

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
MATLAB Home License for Collaborative Research
Yes, you can use MATLAB Home for this situation.

7 years ago | 1

Answered
MATLAB student version upgrade
You can update MATLAB student software to the latest release with MathWorks Software Maintenance Service. Please refer the page ...

9 years ago | 1

| accepted

Answered
Update from MATLAB 2014b to 2015a
Hi Paul, We currently do not provide updates for student software licenses. If you need access to R2015a, I would recommend t...

9 years ago | 1

| accepted

Answered
MatLab Home License on Multiple Computers
Hi John, You can activate MATLAB Home on two computers but use it on one computer at a time Thanks Shantanu

9 years ago | 5

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

11 years ago

Solved


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

11 years ago