photo

Matlab Pro


Last seen: etwa ein Monat vor Aktiv seit 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

Statistik

All
MATLAB Answers

2 Fragen
44 Antworten

File Exchange

11 Dateien

Cody

0 Probleme
60 Lösungen

RANG
927
of 298.917

REPUTATION
82

BEITRÄGE
2 Fragen
44 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
13

RANG
11.161 of 20.660

REPUTATION
45

DURCHSCHNITTLICHE BEWERTUNG
5.00

BEITRÄGE
11 Dateien

DOWNLOADS
22

ALL TIME DOWNLOADS
44

RANG
8.241
of 162.875

BEITRÄGE
0 Probleme
60 Lösungen

PUNKTESTAND
785

ANZAHL DER ABZEICHEN
5

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • 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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

etwa 2 Monate vor | 3 Downloads |

5.0 / 5
Thumbnail

Gesendet


unicode_chars_select
User friendly Unicode chars selection

2 Monate vor | 5 Downloads |

0.0 / 5
Thumbnail

Gesendet


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

2 Monate vor | 3 Downloads |

0.0 / 5
Thumbnail

Gelöst


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

2 Monate vor

Gelöst


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

2 Monate vor

Gesendet


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

3 Monate vor | 2 Downloads |

0.0 / 5
Thumbnail

Gesendet


methods_container_example
a handy container for methods

3 Monate vor | 1 Download |

0.0 / 5

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

9 Monate vor | 0

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

10 Monate vor | 0

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

10 Monate vor | 1

Gesendet


writematrix_with_header
writes header + matrix to a file

11 Monate vor | 3 Downloads |

0.0 / 5

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

11 Monate vor | 0

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

11 Monate vor | 1

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

12 Monate vor | 0

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

12 Monate vor | 0

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

12 Monate vor | 0

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

12 Monate vor | 0

| akzeptiert

Gesendet


dec2hex_ex
extended dec2hex output

12 Monate vor | 1 Download |

0.0 / 5

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

12 Monate vor | 1

Gesendet


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

12 Monate vor | 1 Download |

0.0 / 5

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

12 Monate vor | 1

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

12 Monate vor | 1

| akzeptiert

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

12 Monate vor | 0

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

12 Monate vor | 1

| akzeptiert

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

12 Monate vor | 1

| akzeptiert

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

12 Monate vor | 0

| akzeptiert

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

12 Monate vor | 0

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

12 Monate vor | 0

Frage


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

12 Monate vor | 2 Antworten | 0

2

Antworten

Beantwortet
Find index of a nearest value
Hi @Adi Purwandana A simple slution using dsearchn x = [1 2 3 4 5 6 11 15 21 51 52 54 100 101 151 201 251 301 401]; vals = [1...

12 Monate vor | 2

| akzeptiert

Mehr laden