photo

Matlab Pro


Last seen: 대략 1개월 전 2024년부터 활동

Followers: 1   Following: 1

I have been working as a Matlab Pro consultor for the last 13 years, being a consulting focal point working for big places as Intel & Applied Materials), and for Startups (AudioPixels and more..) implementing hundreds of solutions/GUIs/algos and more, making the Matlab Infra-Structure 10 steps ahead in all meaning. Contact: 972-52-5432058 noach.safra@gmail.com

Programming Languages:
Java, MATLAB, SQL, HTML, CSS, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Develop Apps Using App Designer, MATLAB Test

통계

All
MATLAB Answers

2 질문
45 답변

File Exchange

11 파일

Cody

0 문제
60 답안

순위
932
of 299,722

평판
82

참여
2 질문
45 답변

답변 채택
100.0%

획득한 표
13

순위
11,173 of 20,790

평판
46

평균 평점
5.00

참여
11 파일

다운로드 수
20

ALL TIME 다운로드 수
46

순위
8,359
of 165,604

참여
0 문제
60 답안

점수
785

배지 수
5

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • MATLAB Central Treasure Hunt Finisher
  • 3 Month Streak
  • Knowledgeable Level 3
  • Commenter
  • Introduction to MATLAB Master
  • 5-Star Galaxy Level 3
  • First Submission
  • Thankful Level 2
  • First Answer
  • Promoter
  • Community Group Solver
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
GUI array
Hi @Akshar Are you using GUIDE or AppDesigner to create your GUI? The answer depends on dimentions of your array: If it i...

대략 1개월 전 | 0

제출됨


get_active_features_licenses
Easy understanding which features/toolboxes installed for various MATLAB versions on your computer

4개월 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

제출됨


unicode_chars_select
User friendly Unicode chars selection

5개월 전 | 다운로드 수: 5 |

0.0 / 5
Thumbnail

제출됨


progressbar - embedded
Embedded progress bar. This m file creates/updates a progress bar from an axes/uiaxes placed on a figure/uifigure Many configura...

5개월 전 | 다운로드 수: 3 |

0.0 / 5
Thumbnail

문제를 풀었습니다


Spot the rectangle
This problem is related to the 17x17 challenge. Given a matrix filled with ones and zeros, determine whether or not any rectangl...

5개월 전

문제를 풀었습니다


Scrabble Scores
Given a word, determine its score in <http://en.wikipedia.org/wiki/Scrabble Scrabble>. The input string will always be provi...

5개월 전

제출됨


bitcount
Count the number of set bits in each element. Time and memory efficient

5개월 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


methods_container_example
a handy container for methods

6개월 전 | 다운로드 수: 1 |

0.0 / 5

답변 있음
USB callback "terminator" fails to trigger a read when messages are close together
Hi @Gavin Here I am sednig to pieces of code: 1): simple example where you just wait for NumBytesAvailable to get some posis...

12개월 전 | 0

답변 있음
MATLab isn't allowing me to create new code or text in a previous file I was working on. The "Code" and "Text" buttons do not work, I cannot click them. How can this be fixed?
Hi @Georgina What type of file are you working with? M file? Is this a part of an appdesigner edit session? Well, it might...

대략 1년 전 | 0

답변 있음
Error in gui_mainfcn
Hi @Diana Gaier Well, to better help you - better is not to paste the whole huge M file code, but to attach is as a file. Anyh...

대략 1년 전 | 1

제출됨


writematrix_with_header
writes header + matrix to a file

대략 1년 전 | 다운로드 수: 3 |

0.0 / 5

답변 있음
How to read lines from cell
Hi @A-Rod As @dpb commented - the need to attach the raw data so it will help all of us to debug Anyhow -I have imitated your ...

대략 1년 전 | 0

답변 있음
Add costume buttons to imagesc plot
Hi @shahar stein I have created a small GUI example An init_GUI method creats the GUI which has an uiAxes and a checkbox push...

대략 1년 전 | 1

답변 있음
Error Using uislider. 'slider' is not a valid STYLE for uislider.
"This works when you first use it. But after the second time ".. So 1st time you create the figure+slider - and everything is O...

대략 1년 전 | 0

답변 있음
ismember returning false for 0.6000 == 0.6
Hi @Jack This is really annoying I have once also witnesed this strange behaviour Anyhow, this can be solved using a small "t...

대략 1년 전 | 0

답변 있음
How to speed up this code?
Hi @Ara First of all - I would try to indentify the bottolenecks that consume the most time. A good idea is to use Matlab's pr...

대략 1년 전 | 0

답변 있음
HOW TO ADD ONE COLUMN BASED ON ANOTHER COLUMN
Hi @Tanmoyee Bhattacharya You need to write more clearer with less errors; You wrote "I have a excel file which has 7 colums...

대략 1년 전 | 0

| 수락됨

제출됨


dec2hex_ex
extended dec2hex output

대략 1년 전 | 다운로드 수: 1 |

0.0 / 5

답변 있음
Saving code as image
Well - just press the "Print Screen" button on your Keyboard (or use any kind of Snipping Tool) - to capture the screen image (...

대략 1년 전 | 1

제출됨


getapp
- returns a handle to an open app/figure filtered by appName

대략 1년 전 | 다운로드 수: 1 |

0.0 / 5

답변 있음
How check in App Designer if a secondary App is already open?
Hi @Eros Here is a simple function I have created a simple function that can help you function hApp = getapp(appName) hApp ...

대략 1년 전 | 1

답변 있음
Accessing the perference using matlab script
HI @Mayuresh The next code line will do the works.. prefFile = fullfile(prefdir,'matlab.prf'); txt = fileread(prefFile); re ...

대략 1년 전 | 1

| 수락됨

답변 있음
I want to go through the code to find out where variables are used in the model and what functions are available.
Hi @Fangping. Well - maybe this is obvious ...: "where variables are used" type Ctrl-Shift-F which opens the "Find in files...

대략 1년 전 | 0

답변 있음
find a maximum for defined months and between a given times
Hi @Hicham Belh I think you have some problems in your code; while chopping Zeit (out.Zeit(2:end)) --> you did not chop SV (o...

대략 1년 전 | 1

| 수락됨

답변 있음
Creating an interactive contour plot using a slider
Hi @Ellie well, I have created some dummy example with 40 levels depth The uifigure 1st is loaded with the whole contour. Cha...

대략 1년 전 | 1

| 수락됨

답변 있음
what is the appropriate time range that should be given to a Sinusoidal loading vs time? How many cycles within a specified time range?
HI @juan sanchez Here is a simple solution p0 = 2.25; fs = 10.37; t = 0:0.01:4.5*pi; y = p0*sind(2*pi*fs*t); f = figure; ...

대략 1년 전 | 0

| 수락됨

답변 있음
Why Phase 4 of MATLAB App designer is not giving the ouput values. Kindly help me i shared the matlab function file and App designer file
When pressing the "GO" button- the next error is raised: [t, y] = ode45(@(t, y) ode_LR(t, y, Kf_L, Kb), timespan, initial_condi...

대략 1년 전 | 0

답변 있음
Why can't I see the component library when I open my app designer?
Hi Look at the 2 images I have attached: On "app_designer1.png" I added an arrow pointing to the edge of "Components LIbrary" ...

대략 1년 전 | 0

질문


How to know what is my Personal Mathworks User Level?
Hi The next link states of Mathworks policy regarding User Levels Although I am a an involved community member (File Exchange/...

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

2

답변

더 보기