
Lak Yen Nee
Statistics
All
MATLAB Answers
1 질문
0 답변
0 문제
7 해답
순위
80,332
of 260,070
평판
0
참여
1 질문
0 답변
답변 채택
0.0%
획득한 표
0
순위
31,521
of 111,624
참여
0 문제
7 해답
점수
81
배지 수
1
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
해결됨
Project Euler: Problem 8, Find largest product in a large string of numbers
Find the greatest product of five consecutive digits in an n-digit number. 73167176531330624919225119674426574742355349194934...
5달 전
해결됨
Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...
11달 전
해결됨
Solve a System of Linear Equations
*Example*: If a system of linear equations in _x₁_ and _x₂_ is: 2 _x₁_ + _x₂_ = 2 _x₁...
11달 전
해결됨
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...
11달 전
해결됨
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...
11달 전
해결됨
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...
11달 전
해결됨
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:...
약 1년 전
질문
Change the color of a line in a multilines plot when mouse over the particular line
Hi guys, does anyone know how to highlight a single line in a multilines plot when mouse over the particular line. My code sho...
약 1년 전 | 답변 수: 1 | 0