Rahul Shinde
Followers: 0 Following: 0
Estadística
2 Preguntas
0 Respuestas
2 Problemas
265 Soluciones
CLASIFICACIÓN
142.263
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
710
of 153.872
CONTRIBUCIONES
2 Problemas
265 Soluciones
PUNTUACIÓN
2.681
NÚMERO DE INSIGNIAS
6
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Determine if input is greater than pi
Evaluate if given number is greater than pi. If greater, return true; else, return false.
9 meses hace
Resuelto
Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...
alrededor de 3 años hace
Resuelto
Height of a right-angled triangle
Given numbers a, b and c, find the height of the right angled triangle with sides a and b and hypotenuse c, for the base c. If a...
más de 4 años hace
Resuelto
Bit Reversal
Given an unsigned integer _x_, convert it to binary with _n_ bits, reverse the order of the bits, and convert it back to an inte...
más de 4 años hace
Resuelto
Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'
más de 4 años hace
Pregunta
Runing MATLAB on HPC and connection Status
How I can get HPC connection status whether HPC is already connected to my system using Matlab commands?I don't want to see the ...
más de 4 años hace | 1 respuesta | 0
1
respuestaResuelto
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
más de 4 años hace
Resuelto
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
más de 4 años hace
Resuelto
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...
más de 4 años hace
Resuelto
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...
más de 4 años hace
Resuelto
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
más de 4 años hace
Resuelto
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
más de 4 años hace
Problema
Square root of number
Square root of given number.
alrededor de 5 años hace | 0 | 137 solvers
Pregunta
How to Run Sim command for non display matlab.
I am facing following error while running Model in Non display matlab using sim() Error: Harness operations are not supported...
más de 5 años hace | 0 respuestas | 0
0
respuestasResuelto
Convert given decimal number to binary number.
Convert given decimal number to binary number. Example x=10, then answer must be 1010.
más de 5 años hace
Resuelto
Determine the square root
Determine the square root of the value the user has entered, n.
más de 6 años hace
Resuelto
Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...
más de 6 años hace
Resuelto
multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...
más de 6 años hace
Resuelto
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
más de 6 años hace
Resuelto
Back to basics 1 - Saving
Covering some basic topics I haven't seen elsewhere on Cody. Given an input variable 'x', save it to disk in a file named 'co...
más de 6 años hace
Resuelto
Area of square
Find the area of a square whose diagonal length is given as x.
más de 6 años hace
Resuelto
Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.
más de 6 años hace
Resuelto
Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.
más de 6 años hace
Resuelto
Area of a circle
Find the value for area of the circle if diameter is given
más de 6 años hace
Resuelto
Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.
más de 6 años hace