photo

evangeline


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

12 질문
2 답변

순위
19,514
of 300,851

평판
2

참여
12 질문
2 답변

답변 채택
66.67%

획득한 표
2

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
While all elements are not equal to NaN
I mean how can I check if all array elements are nan, if my array is an cell array.

거의 8년 전 | 0

질문


Add numbers in a plot
I have 10 points with x and y coordinates, and I am plotting circles that center in these coordinates. I need to add the numbers...

거의 8년 전 | 답변 수: 1 | 2

1

답변

질문


Insert an array into another array
I need to insert an array into another array, so that subarray would be like one single element in it, like: A=[2,4,5,[5,6],9] ...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


While all elements are not equal to NaN
I have an array and I turn one element to NaN in each iteration until all elements are NaN, like: While (all elements in ar...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


create random number with gaussian distribution
I need to create a random number with gaussian distribution and with average value of 0 and var of 1. like N(0,1). and also a N(...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Map an array yo another one
I have an array like: A=[3,5,6,10] and I need to map it to another one like: B=[1,2,3,4] so instead of returning A, I can r...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


move all zeros to the right in a matrix
I have a matrix like [1,2,3,0; 0,0,0,1; 8,0,9,0; 4,3,2,1] and I need to move all zeros to the right, and ot...

거의 8년 전 | 답변 수: 4 | 0

4

답변

질문


non convex optmization problem
i have minimization problem with some constraints that I need to solve, it's like: <</matlabcentral/answers/uploaded_files/10...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


showing the grayscale matrix
I have a 2D matrix , and I was trying to display it as an image, but the problem is that in the output axes, for all the numbers...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


reshape problem in matlab
I have a 2D matrix, which is: h=zeros(65536,1); now when I use the: h = reshape(h, 256, 256); i get the error: To RESHAPE the n...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


convert grayscale to rgb
I want to convert a grayscale image to rgb, but I don't want to use the gray2rgb command, I know that the input matrix is 2D, bu...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


changing the histogram color
Is there any way to change the color of a histogram?

거의 12년 전 | 답변 수: 2 | 0

2

답변

답변 있음
HSV to RGB using entered values
H=im3(:,:,1); S=im3(:,:,2); V=im3(:,:,3); I seprated the hsv values with these commands, now I want to change the hsv values...

거의 12년 전 | 0

| 수락됨

질문


HSV to RGB using entered values
I have used the rgb2hsv and changed my rgb image to hsv, then asked the user to enter new h and s values .. now I want to create...

거의 12년 전 | 답변 수: 2 | 0

2

답변