photo

Matlab Pro


Last seen: Today 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

統計

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

バッジを表示

Feeds

表示方法

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

6日 前 | 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...

6日 前 | 1

送信済み


writematrix_with_header
writes header + matrix to a file

約2ヶ月 前 | ダウンロード 4 件 |

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

約2ヶ月 前 | 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...

約2ヶ月 前 | 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...

約2ヶ月 前 | 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...

約2ヶ月 前 | 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...

約2ヶ月 前 | 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...

約2ヶ月 前 | 0

| 採用済み

送信済み


dec2hex_ex
extended dec2hex output

約2ヶ月 前 | ダウンロード 1 件 |

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

約2ヶ月 前 | 1

送信済み


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

約2ヶ月 前 | ダウンロード 1 件 |

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

約2ヶ月 前 | 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 ...

2ヶ月 前 | 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...

2ヶ月 前 | 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...

2ヶ月 前 | 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...

2ヶ月 前 | 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; ...

2ヶ月 前 | 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...

2ヶ月 前 | 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" ...

2ヶ月 前 | 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/...

2ヶ月 前 | 2 件の回答 | 0

2

回答

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

2ヶ月 前 | 2

| 採用済み

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

2ヶ月 前 | 0

| 採用済み

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

2ヶ月 前 | 1

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

3ヶ月 前 | 0

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

3ヶ月 前 | 0

| 採用済み

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

3ヶ月 前 | 0

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

3ヶ月 前 | 0

| 採用済み

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

3ヶ月 前 | 0

| 採用済み

送信済み


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

3ヶ月 前 | ダウンロード 4 件 |

Thumbnail

さらに読み込む