photo

Viju

Last seen: 대략 2개월 전 2014년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

0 질문
9 답변

Cody

0 문제
14 답안

순위
2,806
of 300,369

평판
22

참여
0 질문
9 답변

답변 채택
0.00%

획득한 표
3

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
31,641
of 168,436

참여
0 문제
14 답안

점수
150

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
How to convert image array to double array?
Take your integer array - let's call it 'intArray' and do the following: dblArray = double(intArray);

10년 초과 전 | 1

| 수락됨

답변 있음
re-arranging of columns
Once you import this data into a MATLAB variable, there are multiple methods. One way is as follows, where x is the data and y i...

11년 초과 전 | 0

| 수락됨

답변 있음
Why has Statistical Toolbox disappeared?
Ideally this shouldn't occur unless you unchecked Statistics Toolbox while installing. Take a look at what you obtain when you t...

11년 초과 전 | 1

답변 있음
Image Processing tool box
There is an Image Tool/Image Viewer App to explore images. It may not provide you with a similar set of menus as in the Wavelet ...

11년 초과 전 | 1

답변 있음
How to display entries of a vector with exclusion?
setdiff(V,V(A)) will give you the vector that you want. This will work when V and A are vectors and not cell arrays (you a...

11년 초과 전 | 0

| 수락됨

답변 있음
matlab hangs when help window is opened
This is a bug report for this and a workaround. <http://www.mathworks.com/support/bugreports/870843>

11년 초과 전 | 0

| 수락됨

답변 있음
Convert algorithm code to simulink model
You can incorporate existing MATLAB script in a Simulink model using MATLAB function blocks. For information on that, take a loo...

11년 초과 전 | 0

답변 있음
How to generate multiple random samples of size 200
One way to go about this: x = randn(200,1000); This generates normally distributed pseudo-random numbers between 0 and 1...

11년 초과 전 | 0

답변 있음
How to say that 2 stem graphs are identical?
If you have the underlying data that created the two stem plots, you can check the difference between the two data. Say you hav...

11년 초과 전 | 0