photo

Matlab Pro


Last seen: ein Tag vor Aktiv seit 2024

Followers: 1   Following: 1

I have been working as a Matlab Pro consultor from 2008 and on, 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:
Python, C++, Java, C#, Javascript, MATLAB, SQL, HTML, CSS, Shell, Perl, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Develop Apps Using App Designer, MATLAB Test

Statistik

All
MATLAB Answers

2 Fragen
45 Antworten

File Exchange

12 Dateien

Cody

0 Probleme
60 Lösungen

RANG
918
of 301.914

REPUTATION
84

BEITRÄGE
2 Fragen
45 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
14

RANG
11.216 of 21.457

REPUTATION
47

DURCHSCHNITTLICHE BEWERTUNG
5.00

BEITRÄGE
12 Dateien

DOWNLOADS
16

ALL TIME DOWNLOADS
60

RANG
9.542
of 177.341

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 Discussions

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


CheckboxDialog - Custom modal multi-checkbox dialog
CheckboxDialog - Custom modal multi-checkbox dialog with real-time text filtering.

ein Tag vor | 1 Download |

0.0 / 5

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

12 Monate vor | 0

Gesendet


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

etwa ein Jahr vor | 2 Downloads |

5.0 / 5
Thumbnail

Gesendet


unicode_chars_select
User friendly Unicode chars selection

etwa ein Jahr 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...

mehr als ein Jahr vor | 1 Download |

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

mehr als ein Jahr 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...

mehr als ein Jahr vor

Gesendet


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

mehr als ein Jahr vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


methods_container_example
a handy container for methods

mehr als ein Jahr 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...

fast 2 Jahre 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...

fast 2 Jahre 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...

fast 2 Jahre vor | 1

Gesendet


writematrix_with_header
writes header + matrix to a file

etwa 2 Jahre vor | 1 Download |

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

etwa 2 Jahre 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...

etwa 2 Jahre 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...

etwa 2 Jahre 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...

etwa 2 Jahre 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...

etwa 2 Jahre 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...

etwa 2 Jahre vor | 0

| akzeptiert

Gesendet


dec2hex_ex
extended dec2hex output

etwa 2 Jahre 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 (...

etwa 2 Jahre vor | 1

Gesendet


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

etwa 2 Jahre 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 ...

etwa 2 Jahre 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 ...

etwa 2 Jahre 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...

etwa 2 Jahre 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...

etwa 2 Jahre 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...

etwa 2 Jahre 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; ...

etwa 2 Jahre 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...

etwa 2 Jahre 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" ...

etwa 2 Jahre vor | 0

Mehr laden