photo

Qingyang


Yale University

2012년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

11 질문
0 답변

Cody

0 문제
5 답안

순위
22,575
of 300,847

평판
2

참여
11 질문
0 답변

답변 채택
45.45%

획득한 표
2

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
57,670
of 171,279

참여
0 문제
5 답안

점수
60

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Solver

배지 보기

Feeds

보기 기준

질문


MATLAB Closes Immediately During Startup
Hi, I've been using MATLAB just fine but now it closes a few seconds into the loading screen...

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

1

답변

질문


Imaqtool Packet Size Crash
Hi, a few minutes ago I set my Packet Size on a connected camera (jAi AT-200GE) to a higher value (4000 something I believe, fro...

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

0

답변

질문


GUI Axes Plot Ticks Outside
Hi, when I plot onto a GUI axes, the tick marks are outside the axes's boundaries. Is there any way to bring them all inside?

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

1

답변

질문


Test and Measurement Driver not showing up
Hi, so I have placed a .mdd driver in the matlabroot\toolbox\instrument\instrument\drivers directory, but it doesn't show up whe...

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

0

답변

질문


Check if filename is valid.
Hi, is there a native function or a simple code to check if a user-typed filename is valid for saving a file? (In that it doesn'...

13년 초과 전 | 답변 수: 6 | 1

6

답변

질문


Copying a nonvisible figure causes images to have weird coloring?
So, I have this code that showed the figure resultsf (which has 'visible' set to 'off'). I copy it because I do not wish for it ...

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

1

답변

질문


Display a figure on a GUI axes?
Hi, is there any way to display an existing figure onto a GUI axes object?

13년 초과 전 | 답변 수: 2 | 0

2

답변

문제를 풀었습니다


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

13년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

13년 초과 전

문제를 풀었습니다


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

13년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

13년 초과 전

문제를 풀었습니다


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

13년 초과 전

질문


Better code to crop out a connected component?
Hi, I have written this code to crop out just a connected component on an image: rp = regionprops(cc, 'BoundingBox'); mi...

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

1

답변

질문


Is there any way to make this code better?
Hi, I have this code that draws a rectangle onto an image. However, it is very slow for if I wish to draw multiple rectangles. I...

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

1

답변

질문


Plot/Draw on image?
Hi, I would like to draw points on an image from an array (in white), and I've what I've tried is drawing the image on a figure,...

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

1

답변

질문


Is there any way to make this code faster?
Hi, I have this code that tosses out pixels from a cc list for i = 1:cc.NumObjects for j = length(cc.PixelIdxLis...

13년 초과 전 | 답변 수: 2 | 1

2

답변