Itzik Ben Shabat
Followers: 0 Following: 0
For full detail see my personal website: http://www.itzikbs.com/ Professional Interests: 3D Computer vision, computer graphics, computer aided design (CAD), voxels, point clouds, deep learning.
Statistics
RANK
3.244
of 295.467
REPUTATION
17
CONTRIBUTIONS
50 Questions
8 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
13
RANK
2.699 of 20.234
REPUTATION
613
AVERAGE RATING
5.00
CONTRIBUTIONS
4 Files
DOWNLOADS
19
ALL TIME DOWNLOADS
5239
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
3D equivalent to depthConcatenationLayer?
Is there a 3D equivalent to the 'depthConcatenationLayer' layer?
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
How to get deep learning layer output size?
Hi, I am getting to know MATLAB's capability with deep learning (I am fluent in TensorFlow). I built a very big computatio...
meer dan 5 jaar ago | 1 answer | 0
1
answer3d convolutional layer for deep learning applications
It seems to be available in MATLAB 2019 : layer = convolution3dLayer(filterSize,numFilters) https://www.mathworks.com/help/de...
meer dan 5 jaar ago | 0
Question
why do the markers change size after several key press
hi, my code is attached below. it works but i noticed something odd. after i press '+' a few times the yellow markers shri...
ongeveer 7 jaar ago | 2 answers | 0
2
answersQuestion
How to draw a bar plot with different colors and several groups
I want to plot a bar graph which summarizes algorithms performance has three main parameters 1. Publication year (the x axis) ...
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
How to count number of points in a volumetric grid (4D histogram)?
Hi, I have 3D point data in XYZ and i wish to creat a 4D histogram, i.e. a 3D matrix containing the point count in a volumetric...
ongeveer 8 jaar ago | 0 answers | 0
0
answersQuestion
mex file gives two different results. what is the cause?
Hello, I am running a mex file that i compiled on my pc. I expect that for the same input the result would be the same. however...
meer dan 8 jaar ago | 2 answers | 0
2
answersQuestion
How does matlab compute confidence interval for power function in cftool ?
Hi, I am approximating the parameters of a power function (y=Ax^B) derived from sampled data using cftool. The result is g...
meer dan 8 jaar ago | 0 answers | 0
0
answersHow to Approximate Chi Square?
Hi, I eventually found what i needed. its chi2inv function, thanks
meer dan 8 jaar ago | 0
| accepted
Question
How to Approximate Chi Square?
Hi, I wish to get the Chi square distribution value for a given confidence and a given number of degrees of freedom (instead ...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
Mex bad allocation error
Hi, I have a mex file which i run from matlab. It works fine. However, if i try to run it multiple times in a loop ( about...
ongeveer 9 jaar ago | 0 answers | 0
0
answersQuestion
why does probplot return negative/larger than 1 values ?
Hi, h=probplot(Y); is supposed to show the probability distrbution of the values in Y. so probability cant be negative ...
ongeveer 9 jaar ago | 2 answers | 0
2
answersQuestion
How to interpolate colors and plot as an image?
Hi, I have nine points (X,Y coordinate) and the color in each point (currentl in three vectors). I wish to show an image of t...
meer dan 9 jaar ago | 0 answers | 0
0
answersQuestion
How to get around out of memory issue
Hi, I have a set of 3d points (x,y,z). I wish to compute the distance between every point and all of the other points in the ...
meer dan 9 jaar ago | 2 answers | 0
2
answersHow to use MEX with PCL
so i solved it eventually. The main problem was that i used C++ in a C file. so first thing i did was to change the file to .cp...
meer dan 9 jaar ago | 2
| accepted
Question
mex usage efficiency question
Hi, I am new to mex. im using mex with PCL (Point Cloud Library). what i want to do is calculate different features of the poi...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
How to use MEX with PCL
Hi, so im new to mex but very familiar with matlab. im trying to use PCL with MEX but i keep getting a lot of errors that i do...
meer dan 9 jaar ago | 2 answers | 0
2
answersQuestion
how to extract rgb color image from surface height colormap
Hi all, I wrote the code attached below. what i wish to do now (and not sure how) is create an RGB image from the colors that...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
how to draw multiple patches with different number of vertices?
Hi, I am trying to draw many patches which have a different number of vertices. I have the vertices stored in the matrix V wi...
bijna 10 jaar ago | 2 answers | 0
2
answersQuestion
how to plot multiple implicit quadratic surfaces at once ?
Hi, so i wrote the following code to plot a single quadratic implicit surface based on the ezimplot3 function from matlab ex...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
what is the best way to plot an implicit surface ?
Hi, I wish to plot the following surface functions (quadratics) in a given domain : f(x,y,z)=a+b*x+c*y+d*z+e*x^2+f*y^2+g*z...
meer dan 10 jaar ago | 2 answers | 0
2
answersQuestion
Is there a faster way to plot wireframe cubes from their centers and sizes?
Hi, so i wrote the attached function. I will be working with many cubes so i was wondering if there is a better implementat...
meer dan 10 jaar ago | 2 answers | 1
2
answersQuestion
is there a code to open and run all m files in a folder?
Hi, I have multiple (about 50) different .m files in a folder. I wish to open and run each and every one of them using a matlab...
meer dan 10 jaar ago | 5 answers | 0
5
answersQuestion
how to visually pick graphic objects
Hi, I defined a 3d "world" in matlab (axes). within this "world" i draw a few graphic objects (cubes and spheres using patch an...
bijna 11 jaar ago | 1 answer | 0
1
answerQuestion
how to make color and lighting continuouse using patch
Hi, im trying to visualize 3d objects in MATLAB. when i used the following script i wrote clear all; close all ...
bijna 11 jaar ago | 0 answers | 0
0
answersQuestion
How to make patch edges invisible but still effected by lighting?
Hi, I am plotting a voxelized model using patch command. I wish to remove the edges. so i set the property edgecolor set...
bijna 11 jaar ago | 0 answers | 0
0
answershow o save a part of figure with gui to image
So I found the answer myself. it seems that the export_fig from the file exchange can do this if you give it an axes handle an...
bijna 11 jaar ago | 1
| accepted
Question
how o save a part of figure with gui to image
hello all, i have read every post and answer on the subject but nothing solved my problem. I have a figure with a gui. it also...
bijna 11 jaar ago | 1 answer | 0
1
answerQuestion
how to discard NaN vectors from a 3D matrix
Hi, I have a 3D matrix. some of its rows/columns/depth vectors can be all NaN. I wish to creat a new matrix which is the same...
ongeveer 11 jaar ago | 0 answers | 0
0
answersQuestion
how to use format spec in fprintf properly
Hello, I have read the help documentation but somtehing doesnt work as expected. say i have a variable x=3.14 and i...
ongeveer 11 jaar ago | 1 answer | 0