Programming Languages:
Python, C++, C, Java, MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him
Professional Interests:
Programming, Modeling, MATLAB Programming for Code Generation, Image Processing Toolbox, Visualization
Python, C++, C, Java, MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him
Professional Interests:
Programming, Modeling, MATLAB Programming for Code Generation, Image Processing Toolbox, Visualization
Feeds
문제를 풀었습니다
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...
10개월 전
문제를 풀었습니다
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...
1년 초과 전
문제를 풀었습니다
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
1년 초과 전
문제를 풀었습니다
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
1년 초과 전
답변 있음
How to fit curve based on two related independent variables ?
The problem can be simplified defining a new variable w = x/y. Doing so you will get z = aw+ax Now it is simplified for the l...
How to fit curve based on two related independent variables ?
The problem can be simplified defining a new variable w = x/y. Doing so you will get z = aw+ax Now it is simplified for the l...
1년 초과 전 | 0
답변 있음
Beginner's Guide to MATLAB Programming?
I do completely agree with Mr. Dyuman Joshi. Starting with MATLAB Onramp is good start to go. This course is prerequiste for the...
Beginner's Guide to MATLAB Programming?
I do completely agree with Mr. Dyuman Joshi. Starting with MATLAB Onramp is good start to go. This course is prerequiste for the...
대략 2년 전 | 0
문제를 풀었습니다
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...
대략 2년 전
문제를 풀었습니다
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 Celsi...
대략 2년 전
문제를 풀었습니다
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 you n...
대략 2년 전
문제를 풀었습니다
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:...
대략 2년 전

