Gelöst


Converter temp 0 to 200 degree C to 4 to 20mA
Converter temp 0 to 200 degree C to 4 to 20mA (It is used in transmitter)

fast 11 Jahre vor

Gelöst


Repeat string n times - 2
This is the two variable version of <http://www.mathworks.com/matlabcentral/cody/problems/42482-repeat-string-n-times Repeat str...

fast 11 Jahre vor

Gelöst


Give prime Numbers upto n
You are given a input number x; print all the prime numbers less than equal to x.

fast 11 Jahre vor

Gelöst


Is it column vector?
Is it column vector? Check vector for column vector without using iscolumn function.

fast 11 Jahre vor

Gelöst


replace empty matrices with '[]'
for example a=1;a(:,1)=[]; returns a = Empty matrix: 1-by-0 use this as the input,and the output should be '[]...

fast 11 Jahre vor

Gelöst


To convolve two vectors
To convolve two vectors

fast 11 Jahre vor

Gelöst


Xor of matrix
you have to set exclusive OR of two arrays

fast 11 Jahre vor

Gelöst


Vigenere cipher - be like Sherlock Holmes!
You're a young detective. Every detective needs a function to decrypt a vigenère cipher. It's a modification of a caesar cipher....

fast 11 Jahre vor

Gelöst


volume of torus
Find volume of torus with a as major radius and b as minor

fast 11 Jahre vor

Gelöst


Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...

fast 11 Jahre vor

Gelöst


Calculate volume of box
Calculate the volume of box,hiven its sides

fast 11 Jahre vor

Gelöst


find whether it is prime or not
For a given number find if its prime

fast 11 Jahre vor

Gelöst


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

fast 11 Jahre vor

Gelöst


Rotate a matrix for 180 degree
Rotate a matrix for 180 degree for eg: x=[1 2 3 4] y=[4 3 2 1]

fast 11 Jahre vor

Gelöst


Determine the rank of matrix
Determine the rank of given Matrix

fast 11 Jahre vor

Gelöst


Divide
Divide a number by other

fast 11 Jahre vor

Gelöst


Initialize a Natural Number matrix.
Given length of matrix initialize a matrix consisting of natural numbers from 1 to n: n = 10; x = [ 1 2 3 4 5 6 7 8 9 10]; ...

etwa 11 Jahre vor

Gelöst


Is my wife right
This is question relies on the dilemma that every married man faces in his life. Which has one simple ans: So whatever the qu...

etwa 11 Jahre vor

Gelöst


Nonuniform quantizer as a piecewise constant function
Implement a nonuniform quantizer as the following piecewise function: y = -3.5, x < -3 y = -1.5, -3 &#8804; x < -1 y = ...

etwa 11 Jahre vor

Gelöst


Volume difference between Ellipsoid and Sphere
Given an ellipsoid of semi principal axis (a,b,c) find the volume of the difference between this ellipsoid and the sphere with...

etwa 11 Jahre vor

Gelöst


Square a Number
Given an input x, return y, which is equal to the square of x.

etwa 11 Jahre vor

Gelöst


Create a Standard Size Vector
Given an input x, create a row vector y from 1 to x with 5 elements.

etwa 11 Jahre vor

Gelöst


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

etwa 11 Jahre vor

Gelöst


Rank of matrix
Find the rank of given matrix

etwa 11 Jahre vor

Gelöst


Delete blanks at the end of string
you got to delete all blank spaces which appears at the end of string

etwa 11 Jahre vor

Gelöst


string comparision
compare two strings if both are same return 1 else return 0

etwa 11 Jahre vor

Frage


List of built-in demo text files
Are there any built-in demo text files similar to <http://www.mathworks.com/matlabcentral/answers/54439-list-of-builtin-demo-ima...

etwa 11 Jahre vor | 1 Antwort | 1

1

Antwort

Gelöst


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

etwa 11 Jahre vor

Gelöst


Calculate Simple Intrest for given data
P,N,R stands for Principle amount, No. of years and rate of intrest resp. Calculate intrest I

etwa 11 Jahre vor

Gelöst


Sum my indices
Given inputs M and N (in that order), output an MxN matrix whose entries are equal to the sum of their indices. Example input...

etwa 11 Jahre vor

Mehr laden