Community Profile

photo

Vithusha T


Banasthali University

Last seen: 2 years ago Active since 2021

Post graduate student pursuing M.Sc. Bioinformatics

Statistics

All
  • Thankful Level 2
  • Thankful Level 1
  • MATLAB Central Treasure Hunt Finisher
  • Solver

View badges

Content Feed

View by

Question


Differentiation of matrices using diff
I need to differentiate alpha w.r.t time (da/dt) where alpha is a 19*1 matrix and time is 19*6 matrix and i tried using diff(a,t...

3 years ago | 1 answer | 0

1

answer

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

3 years ago

Solved


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

3 years ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

3 years 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 y...

3 years ago

Question


Solving symbolic equation using solve
Hi, I am trying to minimize the value of phi here. I want the values of E for which phi becomes zero but the code is not provid...

3 years ago | 1 answer | 0

1

answer

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

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

3 years ago