Community Profile

photo

Bhumi Shah

Last seen: environ un mois il y a Actif depuis 2018

Statistiques

All
  • First Answer
  • Revival Level 1
  • Commenter
  • Solver

Afficher les badges

Content Feed

Afficher par

A répondu
Can anyone please help me about histogram matching without using inbuilt functions like imhist? Because my system shows error for 'im' built-in functions.
You can use histogram function with NumBins and BinLimits NV pair in place of imhist. Following steps might be helpful. I1 ...

environ 4 ans il y a | 0

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

plus de 5 ans il y a

A résolu


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

plus de 5 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

plus de 5 ans il y a

A résolu


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

plus de 5 ans il y a

A résolu


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

plus de 5 ans il y a

A résolu


Remove the vowels
Remove all the vowels in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill' Output s2 is 'Jck nd Jll wn...

plus de 5 ans il y a