Community Profile

photo

Swati Sarangi


Last seen: oltre 2 anni fa Attivo dal 2019

Followers: 0   Following: 0

Contatto

Getting addicted to MATLAB Cody! Having a great time here since I've discovered Cody! :) Professional Interest: Mathematics, Coding, Image processing using MATLAB, Power Electronics Converter Design

Programming Languages:
Python, C++, MATLAB, SQL, HTML

Statistiche

All
  • Community Group Solver
  • Draw Letters
  • MATLAB Central Treasure Hunt Finisher
  • First Review
  • Thankful Level 3
  • Promoter
  • Commenter
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


Draw a '9' in a zero matrix!

circa 3 anni fa

Risolto


Draw a '6' in a zero matrix!

circa 3 anni fa

Risolto


Draw a '7' in a zero matrix!

circa 3 anni fa

Risolto


Draw a '8' in a zero matrix!

circa 3 anni fa

Risolto


Draw a '3' in a zero matrix!

circa 3 anni fa

Risolto


Draw a '2' in a zero matrix!

circa 3 anni fa

Risolto


Draw a '5' in a zero matrix!

circa 3 anni fa

Risolto


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

circa 3 anni fa

Risolto


Draw a '0' in a one matrix!

circa 3 anni fa

Risolto


Draw a '4' in a zero matrix!

circa 3 anni fa

Risolto


Draw a '1' in a zero matrix!

circa 3 anni fa

Risolto


the average value of the elements
Calculate the average value of the elements in the array

circa 3 anni fa

Risolto


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

circa 3 anni fa

Risolto


Find the max element of the array
Find the max element of the array

circa 3 anni fa

Risolto


to the 2 all elements
to the 2 all elements

circa 3 anni fa

Risolto


calculate the length of matrix
input 1 array, calculate the length

circa 3 anni fa

Risolto


Double all elements in the array
Duplicate all elements in the array

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


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

circa 3 anni fa

Risolto


Back to basics 6 - Column Vector
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector, output true or false whether it is a colu...

oltre 3 anni fa

Risolto


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

oltre 3 anni fa

Risolto


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

oltre 3 anni fa

Risolto


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input ...

oltre 3 anni fa

Risolto


Sum the 'edge' values of a matrix
Sum the 'edge' values of an input matrix (the values along the perimeter). Example [1 2 3 4 5 6 7 8 9] Output = ...

oltre 3 anni fa

Risolto


Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

oltre 3 anni fa

Risolto


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

oltre 3 anni fa

Risolto


Temperature Conversion 3

oltre 3 anni fa

Risolto


Temperature Conversion 2

oltre 3 anni fa

Risolto


Temperature Conversion 1

oltre 3 anni fa

Risolto


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

oltre 3 anni fa

Carica altro