Lisa - MATLAB Central
photo

Lisa


Last seen: 3 months ago Active since 2024

Followers: 0   Following: 0

Statistics

CodyFrom 09/24 to 03/25Use left and right arrows to move selectionFrom 09/24Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
Cody

0 Problems
87 Solutions

RANK
N/A
of 297,711

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,465

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
4,519
of 159,406

CONTRIBUTIONS
0 Problems
87 Solutions

SCORE
1,010

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


Negative Infinity
Round the given array a towards negative infinity.

3 months ago

Solved


Solving Quadratic Equations (Version 1)
Quadratic equations have the form: ax^2 + bx + c = 0. Example: x^2 + 3x + 2 = 0, where a = 1, b = 3, and c = 2. The equation has...

3 months ago

Solved


Back to Basics - Find no. of elements in a matrix?
Let A be a m*n matrix. Find the total no. of elements in A ? (Hint - formula based) A = [1 2 3;4 5 6]; output = 6

3 months ago

Solved


How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?

3 months ago

Solved


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

3 months ago

Solved


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

3 months ago

Solved


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

3 months ago

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

3 months ago

Solved


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

3 months ago

Solved


Calculate the base-10 logarithm of a number
Calculate the logarithm of number x

3 months ago

Solved


factorial of a number x
Factorial of a number x

3 months ago

Solved


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

3 months ago

Solved


Sum of first n positive integers
Given n, find the sum of first n positive integers Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these terms is 55

3 months ago

Solved


Back to basics 1 - Saving
Covering some basic topics I haven't seen elsewhere on Cody. Given an input variable 'x', save it to disk in a file named 'co...

3 months ago

Solved


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

3 months ago

Solved


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

3 months ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

3 months ago

Solved


size

3 months ago

Solved


Sudoku

3 months ago

Solved


area

3 months ago

Solved


PIN code

3 months ago

Solved


Factorial

3 months ago

Solved


Row avg

3 months ago

Solved


Matrix Ax=B problem
Take a incoming A and B vector, and solve for x

3 months ago

Solved


Sum two matrices
Take two incoming matrices, and sum them

3 months ago

Solved


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

3 months ago

Solved


Dot Product

3 months ago

Solved


Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.

3 months ago

Solved


Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...

3 months ago

Solved


String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'

3 months ago

Load more