A résolu


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

presque 10 ans il y a

A résolu


Remove the middle element from a vector
Remove the middle element of a vector? *Example:* [1,2,3] should return 2 [1,2,3,4] should return 2 [] should return...

presque 10 ans il y a

A résolu


Calculate compression ratio of engine
Calculate compression ratio of engine given compression volume of cylinder(Vc), piston stroke(s) and valve diameter(d)

presque 10 ans il y a

A résolu


Sort an array of structures
You need to sort an array of structures based upon *a numeric first field*: For example : a.n=1; a.name='a'; b.n=3...

presque 10 ans il y a

A résolu


Transpose of matrix
Transpose of matrix as per test cases

presque 10 ans il y a

A résolu


Slicing the cube
A bored matlab enthusiast has a cube with volume n^3. He decides to paint the entire surface of the cube red. Then, with slices...

presque 10 ans il y a

A résolu


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

presque 10 ans il y a

Réponse apportée
How to find whether a ROI handle exist, if the ROI is not visible in the figure axes?
What do you mean by "display the updated image in GUI axes"? If you mean that you make a call to imshow or imagesc, then chances...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
How to change or modify variable that already exists netcdf ?
There should be no output arguments for ncwrite. Check the documentation <http://www.mathworks.com/help/matlab/ref/ncwrite.html ...

presque 10 ans il y a | 1

| A accepté

A résolu


Sum of digits of powers of 2
Given n, first, calculate the number 2^n. Then, sum the digits that comprise that number. For example: Input: n = 7 2^n = ...

presque 10 ans il y a

A résolu


Rutgers Homework 3 Problem 3
Please solve homework 3 problem 3. You can find the full problem statement here: https://drive.google.com/file/d/0B9G6VyQG...

presque 10 ans il y a

A résolu


Rutgers Homework 3 Problem 2
Please create a function that answers homework problem 3.2. You can find the full problem statement here: https://drive.go...

presque 10 ans il y a

Réponse apportée
How can I use the imgaussfilt() function to process several images i have already saved into an array in the workspace?
It looks like you are sending a cell array to the imgaussfilt function instead of just a single image. Watch your indexing. Chan...

presque 10 ans il y a | 0

A soumis


cubeint
Cube intersection volume.

presque 10 ans il y a | 1 téléchargement |

5.0 / 5

Réponse apportée
Plotting on axes in a GUI after running the GUI's callback from a different script
Why do you want to run the callback from a script instead of using the pushbutton? testGUI('plot_button_Callback',fig_handl...

presque 10 ans il y a | 0

Réponse apportée
How to return array of pixel values associated with image matrix (C)?
Try using <https://www.mathworks.com/help/images/ref/mat2gray.html mat2gray>. I = mat2gray(flipud(C),clim); EDIT: the co...

presque 10 ans il y a | 0

A résolu


find the Area of a rectangle
length is x width is y what is the area of the rectangle?

presque 10 ans il y a

A résolu


Prime number removal
remove all prime numbers from the input e.g. input = 1 2 3 4 5 6 7 8 9 10 11 12 ...

presque 10 ans il y a

A résolu


Calculating cost
You sold a Product at $x and gain 10% What was the cost of the product?

presque 10 ans il y a

A résolu


Angle difference between Hour Hand and Minute Hand of clock
*Calculate the difference of angles between Hour hand and Minute hand of clock* E.g. 1) At 12:00 Angle Difference = 0 deg...

presque 10 ans il y a

A résolu


Select every other element of a matrix
Write a function called outMat = odd_idx( myMat ) that takes a matrix, myMat, as input argument and returns a matrix th...

presque 10 ans il y a

A résolu


Find remainder when x is divided by 3
Find remainder when x is divided by 3

presque 10 ans il y a

A résolu


find square root of a positive real number
a number given, find the square root of that number

presque 10 ans il y a

A résolu


multiply an array by its position number
You have given an array. Multiply an array by its position number

presque 10 ans il y a

A résolu


Find qube root
Find the quberoot of 27

presque 10 ans il y a

A résolu


Find unique number in input
Find value that occurs in odd number of input elements.

presque 10 ans il y a

A résolu


Pad zero between every adjacent values of the vector.
you are given a vector x. you have to make an output vector y with zeros padded between every adjacent values of x. e.g x: ...

presque 10 ans il y a

A résolu


Repeat the entries of the vector to their reference times in the vector.
e.g for input x: [ 7 3 9 5] output y: [ 7 3 3 9 9 9 5 5 5 5]

presque 10 ans il y a

A résolu


S-T-R-E-T-C-H I-T O-U-T
You will be given a row of numbers (x), and a single number (n). Your job is to write a script that will stretch out the row of...

presque 10 ans il y a

A résolu


what can you get for exactly amount of money
You go to store, where each product has price. Prices are in vector s= [ 195 125 260 440 395 290] and you have amount of ...

presque 10 ans il y a

Charger plus