photo

Kris zenitis


IPTIL

2011년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

17 질문
0 답변

순위
23,804
of 300,851

평판
1

참여
17 질문
0 답변

답변 채택
29.41%

획득한 표
3

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


The multipleSet operation on node (or key), Multiple Keys, failed
I ve just installed matlab(r2012a) in ubuntu 12.04 32bit. When I am trying to imshow an image I got the following error: ...

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

0

답변

질문


Version GLIBCXX_3.4.11' not found (required by buildW.mexglx)
I am trying to compile a c++ ubuntu project via matlab (http://vision.is.tohoku.ac.jp/~kyamagu/research/paperdoll/). When I am t...

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

0

답변

질문


Trouble reading number from file
I am trying to read a txt file into an array. When I import the file mannually it opens normally into a desired 3000x10 matrix. ...

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

1

답변

질문


Write in the different csv cells in matlab
I am trying to write a cell array into a csv file. Array is of size Nx5. I am using the following code: fid = fopen('file....

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

1

답변

질문


Efficient matri x calculation
I am wondering if there exist a more efficient way to do the following (without double for loop). ids = textread('ids.txt')...

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

1

답변

질문


Implementation of pagerank for huge matrices
I am trying to calculate the most important nodes in an adjacency matrix. I am trying to find the best implementation of pageran...

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

0

답변

질문


Complexity of spconvert in matlab
Which is the complexity of spconvert function in matlab? I am trying to create the sparse representation of a sparse matrix. My ...

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

0

답변

질문


Convert matrix size from 1xmxn to mxn
I want to compare two matrices. One's size is mxn and the other matrix size 1xmxn. How can I convert 1xmxn to mxn??

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

2

답변

질문


Read files from folder with specific name
I am using the following code to read all files from a folder: Files=dir('*'); for k=1:length(Files) FileNames=Files(k...

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

1

답변

질문


Getting the distances from classes in knnclassify
I ve got a test and train set and I want to create a classifier using knnclassify. I using matlab knnclassify class = knnclassif...

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

0

답변

질문


Delete rows and cols of a sparse matrix
I ve got a nx3 matrix, which correspont to a nxn sparse matrix with a x,y and the weight z. I want in a for loop to find and de...

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

1

답변

질문


Fread a ubyte file
I am trying to fread a file with the following command: f = fopen('t10k-images-idx3-ubyte','r'); [a,count] = fread(f,4,'...

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

0

답변

질문


3d aray of images to 2d image
I ve got a 3d array of images 60000x28x28 (28x28 image size) and I want to plot the first image for example. A = a(1,:,:) create...

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

2

답변

질문


Read text files without for loop
I ve got a cell with names of text files and I want to use textread in order to read all the files. I am trying to do it, withou...

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

0

답변

질문


Sort a Matrix based on a column
I want to sort a matrix. Actually I want to sort the last column and all the rest columns based on the last. Has anyone idea abo...

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


GUI adding elements in listbox
Hello there. I m trying to create a gui. I firstly design it via guide command. I ve designed a list box and I was wandering ho...

14년 초과 전 | 답변 수: 1 | 1

1

답변

질문


FInd vector in matrix
Lets assume that I have a matrix A 300x2 with x y coordinates. I want to find how many times a specific [x y] exists in this mat...

14년 초과 전 | 답변 수: 2 | 2

2

답변