Community Profile

photo

Hakeem Niyas


Last seen: 6개월 전 2019년부터 활동

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, Java, Javascript, MATLAB
Spoken Languages:
English, Hindi

통계

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

배지 보기

Feeds

보기 기준

질문


Unable to find the STL File
I am unable to find the STL file in the example given in the below link https://in.mathworks.com/help/pde/ug/stl-file-import.ht...

1년 초과 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Matlab Basics - Create a row vector
Write a Matlab script to create a row vector of 10 consecutive numbers x = [1 2 3 4 5 6 7 8 9 10]

4년 초과 전

문제를 풀었습니다


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

4년 초과 전

문제를 풀었습니다


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

4년 초과 전

문제를 풀었습니다


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

답변 있음
"Simulink Onramp failed to launch"
Starting MATLAB as an Administrator solves the problem There is actually a change directory command which needs Administrator r...

4년 초과 전 | 0