photo

billy papas


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
166,373
of 300,756

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


Error on matlab first startup on linux
Error on first run of matlab on ubuntu 14.04 Can't open /usr/local/matlab/bin/util/arch.sh , after typing :"sudo ./matlab " ...

8 years ago | 1 answer | 0

1

answer

Question


Linear System solve y=Ax+B (Find uknown matrix A and vector B)
I got a linear system : *Z'=A*Z+B *3 _Known points_ (x1,y1)(x2,y2)(x3,y3)* stored in matrice Z=[x1 x2 y2 ; y1 y2 y3] And...

9 years ago | 0 answers | 0

0

answers

Question


Problem with plot array of signals(by row) and x axis
I got a 2d array ,that each row represents a signal (for wiener filtering) Arr(10,45). I want to plot,all signal...

9 years ago | 1 answer | 0

1

answer

Question


2D Convolution algorithm error vs conv2 function
[r,c] = size(x); [m,n] = size(y); h = rot90(y, 2); center = floor((size(h)+1)/2); Rep = zeros(r + m*2-2,...

9 years ago | 1 answer | 0

1

answer