Community Profile

photo

priyanka shrivastava


Last seen: 대략 3년 전 2013년부터 활동

Hi
Professional Interests: Coding

통계

All
  • Quiz Master
  • Commenter
  • Promoter
  • Creator
  • Speed Demon
  • CUP Challenge Master
  • Solver

배지 보기

Content Feed

보기 기준

질문


Can I create a Simulink Project in MATLAB 2019b and still be able to load it in MATLAB 2018b?
Hello, We use three MATLAB versions 2017b, 2018b and 2019b. Can I create a Simulink Project in MATLAB 2019b and still be able t...

대략 4년 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

대략 8년 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

대략 8년 전

문제를 풀었습니다


Love triangles
Given a vector of lengths [a b c], determines whether a triangle with non-zero area (in two-dimensional Euclidean space, smarty!...

대략 10년 전

문제를 풀었습니다


Distance walked 3D
suppose you go from x-y-z coordinates [3,4,2] to [0,0,2] to [0,1,2] to [1,1,2], to [1,1,20] then you walked 25 units of distance...

대략 10년 전

문제를 풀었습니다


Remove the air bubbles
Given a matrix a, return a matrix b in which all the zeros have "bubbled" to the top. That is, any zeros in a given column shoul...

대략 10년 전

문제를 풀었습니다


Lightning strike distance: Writing a function
Write a function named LightningDistance that outputs "distance" given input "seconds". Seconds is the time from seeing lightnin...

대략 10년 전

문제를 풀었습니다


give nth decimal place of pi
max 15th place after the decimal point is ok for now

대략 10년 전

문제를 풀었습니다


Positive Infinity
Round the array a towards positive infinity

대략 10년 전

문제


Positive Infinity
Round the array a towards positive infinity

대략 10년 전 | 1 | 솔버 수: 331

문제를 풀었습니다


Negative Infinity
Round the given array a towards negative infinity.

대략 10년 전

문제


Negative Infinity
Round the given array a towards negative infinity.

대략 10년 전 | 0 | 솔버 수: 306

문제를 풀었습니다


Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...

대략 10년 전

문제를 풀었습니다


Polynomial Multiplication
Multiply two polynomial equation.Given polynomial coefficients a and b.

대략 10년 전

문제


Polynomial Multiplication
Multiply two polynomial equation.Given polynomial coefficients a and b.

대략 10년 전 | 2 | 솔버 수: 129

문제를 풀었습니다


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

대략 10년 전

문제


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

대략 10년 전 | 0 | 솔버 수: 381

문제를 풀었습니다


Evaluate Polynomial
Given a polynomial equation coefficients in a vector p, you have to return its value at x. Example: For inputs p and x ...

대략 10년 전

문제


Evaluate Polynomial
Given a polynomial equation coefficients in a vector p, you have to return its value at x. Example: For inputs p and x ...

대략 10년 전 | 0 | 솔버 수: 135

문제


It's all about memory...!!!
Covering some basic topics I haven't seen anywhere in Cody. Write a function to Pre-allocate memory for a Non Double matrix

대략 10년 전 | 0 | 솔버 수: 17

문제를 풀었습니다


It's all about memory...!!!
Covering some basic topics I haven't seen anywhere in Cody. Write a function to Pre-allocate memory for a Non Double matrix

대략 10년 전

문제를 풀었습니다


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

대략 10년 전

문제를 풀었습니다


Matrix to column conversion
Given a matrix of any size, convert it into a column vector. e.g A=[10 20 30; 40 50 60] then, B = [10; 40; ...

대략 10년 전

문제를 풀었습니다


Phonebook-like problem
strcmpi('Yes', 'No')

대략 10년 전

문제를 풀었습니다


Find the nearest integer
Given a vector of integers and a real number find the closest integer. EX: >> a = [2 4 5 6 8 10]; >> b = 4.6; >> nea...

대략 10년 전

문제를 풀었습니다


Volume of this donut
Given hole diameter a, and outermost diameter b, determine the volume y of the resulting donut.

대략 10년 전

문제를 풀었습니다


Number of Circles in a Number
Given a number, return the number of closed 'circles' in the base 10 numerical representation. Note: the number 4 has no circ...

대략 10년 전

문제를 풀었습니다


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

대략 10년 전

문제를 풀었습니다


Change the sign of even index entries of the reversed vector
change the signs of the even index entries of the reversed vector example 1 vec = [4 -1 -2 9] ans = [9 2 -1 -4] example2...

대략 10년 전

문제를 풀었습니다


What number has this problem?
This problem is added because it is problem number *???* in the "Community" problems section. <http://www.mathworks.de/matlab...

대략 10년 전

더 보기