Orr Streicher
Followers: 0 Following: 0
Feeds
提问
zpk function for atlab R2020b
Hey, I tried to use the function 'zpk' (https://www.mathworks.com/help/control/ref/zpk.html) but got the following error: "Unr...
3 years 前 | 1 个回答 | 0
1
个回答提问
dimensions problem with processImagesMNIST
Hi, Im trying to load MNIST dataset based on the instructions here: https://www.mathworks.com/help/deeplearning/ug/data-sets-f...
3 years 前 | 0 个回答 | 0
0
个回答提问
Functions name duplication in toolbox
Hi, I have a problem with function name duplication. I am using a toolbox in which i have a function called "kmeans" ( a name...
3 years 前 | 1 个回答 | 0
1
个回答提问
maxk from subset of array
Hi, I would like to solve the following prblem: Lets say i have the vector :v=[10,22,3,-5,8,6,100,30,12,9] I want to find the...
3 years 前 | 1 个回答 | 0
1
个回答提问
Difference between eigs and svds
Hi, Im trying to find the 6 smallest eigenvalues and thier coresponding eigevectors of a matrix L. i tried the 2 following com...
3 years 前 | 2 个回答 | 0
2
个回答提问
Search window in KNN
Hi, I have a data marix D in size of Nxd where N is the number of samples (lets say 50,000) and d is a sample dimention (lets ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Graph Laplacian and adjacency matrix
Hi, Does anyone know an afficient way to compute sparse adjacency matrix and Graph Laclcian directly from a data matrix ? I sa...
3 years 前 | 2 个回答 | 0
2
个回答提问
Spiral density function implementation
Hi, I need to define a Spiral density function with parameters theat (the angle of the spiral) and r (the radius) Does anyone ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Define a density function and draw N samples of it
Hi, So i want to define a density function and draw N samples of it. does anyone know how can i do it? for example if i want ...
3 years 前 | 2 个回答 | 0
2
个回答提问
Conditional normal random distribution
Hi, I would like to create a spiral in matlab while the radius is dependent on the angle theath in the following way: thate is...
3 years 前 | 1 个回答 | 0
1
个回答提问
Efficient way to do elementry operations on sparse matrix
Hi, I am working with sparse matrices and i wonder if there is an efficient way to scan the elements of this kind of matrices a...
3 years 前 | 1 个回答 | 0
1
个回答提问
fftfilt function inputs and output
Hi, Does the inputs and output of the function fftfilt should be in the time or frequency domain? i coundt understaned it bas...
4 years 前 | 2 个回答 | 0
2
个回答提问
pos argument in steervec function
Hi, I would like to create a steering vector using steervec function. As far as i understand from the documentation the argume...
4 years 前 | 1 个回答 | 0
1
个回答已回答
Afficient way to create "sum matrix"
Hi, So its looks like i was happy too soon =P Since my vector g is very large ( vector in size of 65536) I got memrory error...
Afficient way to create "sum matrix"
Hi, So its looks like i was happy too soon =P Since my vector g is very large ( vector in size of 65536) I got memrory error...
4 years 前 | 0
提问
Afficient way to create "sum matrix"
Hi, So i would like to implement a function that get a vector as input lets : g=[g1, g2, g3] and return a matrix that contain...
4 years 前 | 2 个回答 | 0
2
个回答提问
Make a weight matrix sparce
Hi, I have an image in size of 256x256. I would like to implement an algorithem that use graph theory on this image so i wan...
4 years 前 | 0 个回答 | 0
0
个回答提问
Efficient way to calculate distance matrix between cells
Hi, So i have an image with size of 512x512 pixels For each pixel i calculte an environment of 11x11 nighbours so now i have ...
4 years 前 | 1 个回答 | 0