Itzik Ben Shabat - MATLAB Central
photo

Itzik Ben Shabat


Last seen: 1年以上 前 2012 年からアクティブ

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.

統計

All
MATLAB AnswersFile ExchangeCodyFrom 10/12 to 04/25Use left and right arrows to move selectionFrom 10/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

50 質問
8 回答

File Exchange

4 ファイル

Cody

0 問題
1 解答

ランク
3,289
of 297,950

評判
17

コントリビューション
50 質問
8 回答

回答採用率
50.0%

獲得投票数
13

ランク
2,696 of 20,508

評判
620

平均評価
5.00

コントリビューション
4 ファイル

ダウンロード
15

ALL TIME ダウンロード
5301

ランク
123,030
of 159,928

コントリビューション
0 問題
1 解答

スコア
20

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • GitHub Submissions Level 1
  • First Submission
  • First Answer
  • Revival Level 1
  • Thankful Level 4
  • Scavenger Finisher
  • Solver

バッジを表示

Feeds

表示方法

送信済み


Normal Vector to RGB
Maps unit vectors into corresponding RGB color on the RGB cube. Intended for visualizing normal vectors on 3D point clouds or me...

6年弱 前 | ダウンロード 2 件 |

5.0 / 5
Thumbnail

送信済み


3DmFV-Net : Point Cloud classification using 3D CNNs
A MATLAB implementation of 3DmFV-Net - A 3D Point cloud classification network.

6年弱 前 | ダウンロード 3 件 |

5.0 / 5
Thumbnail

質問


3D equivalent to depthConcatenationLayer?
Is there a 3D equivalent to the 'depthConcatenationLayer' layer?

6年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

約6年 前 | 1 件の回答 | 0

1

回答

回答済み
3d convolutional layer for deep learning applications
It seems to be available in MATLAB 2019 : layer = convolution3dLayer(filterSize,numFilters) https://www.mathworks.com/help/de...

約6年 前 | 0

送信済み


Curvature Estimationl On triangle mesh
Computes curvature and curvature derivative tensors in each vertex of a triangle meshes

6年以上 前 | ダウンロード 6 件 |

5.0 / 5
Thumbnail

質問


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...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


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) ...

7年以上 前 | 1 件の回答 | 0

1

回答

送信済み


VoxelPlotter
A voxel visualization tool.

8年以上 前 | ダウンロード 4 件 |

5.0 / 5
Thumbnail

質問


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...

8年以上 前 | 0 件の回答 | 0

0

回答

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

8年以上 前

質問


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...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

9年弱 前 | 0 件の回答 | 0

0

回答

回答済み
How to Approximate Chi Square?
Hi, I eventually found what i needed. its chi2inv function, thanks

約9年 前 | 0

| 採用済み

質問


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 ...

約9年 前 | 1 件の回答 | 0

1

回答

質問


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...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


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 ...

9年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

9年以上 前 | 0 件の回答 | 0

0

回答

質問


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 ...

10年弱 前 | 2 件の回答 | 0

2

回答

回答済み
How 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...

10年弱 前 | 2

| 採用済み

質問


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...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

10年弱 前 | 2 件の回答 | 0

2

回答

質問


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...

約10年 前 | 1 件の回答 | 0

1

回答

質問


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...

約10年 前 | 2 件の回答 | 0

2

回答

質問


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...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

10年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

10年以上 前 | 2 件の回答 | 1

2

回答

質問


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...

約11年 前 | 5 件の回答 | 0

5

回答

質問


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...

約11年 前 | 1 件の回答 | 0

1

回答

質問


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 ...

11年以上 前 | 0 件の回答 | 0

0

回答

さらに読み込む