Community Profile

photo

Vithusha T


Banasthali University

Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Post graduate student pursuing M.Sc. Bioinformatics

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Gelöst


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

etwa 3 Jahre vor

Frage


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

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor