photo

Matlab Pro


Last seen: Today Active since 2024

Followers: 0   Following: 1

I have been working as a Matlab Pro consultor for the last 13 years, Working for big places as Intel & Applied Materials), and for small Startups (AudioPixels) Making the Matlab Infra-Structure 10 steps ahead in all meaning

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

Statistics

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

View badges

Feeds

View by

Submitted


writematrix_with_header
writes header + matrix to a file

15 dagen ago | 4 downloads |

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

16 dagen ago | 0

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

16 dagen ago | 1

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

21 dagen ago | 0

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

21 dagen ago | 0

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

22 dagen ago | 0

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

23 dagen ago | 0

| accepted

Submitted


dec2hex_ex
extended dec2hex output

23 dagen ago | 1 download |

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

23 dagen ago | 1

Submitted


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

25 dagen ago | 1 download |

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

26 dagen ago | 1

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

26 dagen ago | 1

| accepted

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

27 dagen ago | 0

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

28 dagen ago | 1

| accepted

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

28 dagen ago | 1

| accepted

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

29 dagen ago | 0

| accepted

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

29 dagen ago | 0

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

ongeveer een maand ago | 0

Question


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

ongeveer een maand ago | 2 answers | 0

2

answers

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

ongeveer een maand ago | 2

| accepted

Answered
I need to find the index of a 2d matrix within a 3rd array which has the lowest number of NaN values.
HI @Angus Here is a simpler example with lower dimentions.. Enjoy M = randi([1,100],[5,10,15]); idxNan = rand([5,10,15])...

ongeveer een maand ago | 0

| accepted

Answered
Time format is changed to decimal when calling the time data from excel.
Hi @Swathi Another soltion using timeseries funciton Have fun... out = readtable('dates1.xlsx'); outFormat = 'hh:mm:ss AM'; ...

ongeveer een maand ago | 1

Answered
MATLAB editor configuration text extremely small
HI The quickest way to change the editor's font is by : clicking somewhere on the code region Holding doen the Ctrl key and r...

ongeveer een maand ago | 0

Answered
eval function in for-loop and change of numbers bigger through NaN
Hi @Franziska I simply combine your inputs to a simple code (with indexes 1-->4): Please re-conider @Stephen23 comments Tempe...

ongeveer een maand ago | 0

| accepted

Answered
Avoid deleting of datatip when clicking on marker
Hi @Sebastian Hölz Just set the 'PickableParts' = 'none' DT = datatip(h,'DataIndex',22,'PickableParts','none');

ongeveer 2 maanden ago | 0

Answered
i need help for this one please...i need to add each element of matrix A to corresponding element in matrix B
Hi @Rozh Thats all? a = ones(5); b = rand(5); c = a+b;

ongeveer 2 maanden ago | 0

| accepted

Answered
Calling linkaxes on uiaxes objects makes plot contents disappear when using uigridlayout
Hi @Ted Londner This is really wierd! well, I tried your code. It looks like some rendering problem.. Anyhow - add the next 2...

ongeveer 2 maanden ago | 0

| accepted

Submitted


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

ongeveer 2 maanden ago | 4 downloads |

Thumbnail

Answered
How to call a function with arguments containing "." in "run" function?
Hi @Mudit Garg. You are correct: Matlab tries to look for a program with this name. A simple solution to overcome this issue ...

ongeveer 2 maanden ago | 1

| accepted

Answered
3D plot matrices
Hi @Ludwig Attached is my solution; % Power levels: row1 % temperatures : row2 M100 = [19.8 29.305 38.425 48.37; 4.9 7.4 10...

ongeveer 2 maanden ago | 0

Load more