Community Profile

photo

Noam Greenboim


Aerospace engineer, software & Algorithms Developer

Last seen: Today 2014 年からアクティブ

Followers: 0   Following: 0

連絡

Professional Interests: aerospace, software development, algorithms, control systems, navigation, signal processing, simulations, data analysis, graphic user interface (GUI)

統計

All
  • 5-Star Galaxy Level 4
  • Revival Level 1
  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • First Submission
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


Update BOM for Unicode text files
Read and change the Byte Order Mark (BOM) of a unicode file, as other Matlab functions which generate such text files do not add...

4年弱 前 | ダウンロード 2 件 |

回答済み
Can fprintf UTF-8 text, but cannot use xmlwrite
Many Matlab functions don't add BOM to the UTF-8 files, although the encoding was set to UTF-8 (I think it's the default). This ...

4年弱 前 | 0

回答済み
Create a vector in Simulink
Simulink does not allow you the same freedom as Matlab, in terms of changing the size and type of parameters. There are a few w...

4年以上 前 | 0

回答済み
Writing MATLAB image to Excel file at a specific position
You can try to use this function I made: XlsPutImage

5年弱 前 | 2

送信済み


XlsPutImage
Put an image file in an Excel chart

5年以上 前 | ダウンロード 7 件 |

Thumbnail

回答済み
Why do I see "The specified key is not present in this container" error in my installation log file when installing a Support Package?
Before uninstalling any app, look if you have any .mex file with the same name, shadowing an .m file. Delete the .mex and see...

約6年 前 | 18

回答済み
How to programatically send Update Diagram command to Simulink
set_param(bdroot,'SimulationCommand','Update')

7年弱 前 | 4

質問


Generate a clone of an open Simulink model (to create an autosave copy)
One of the drawbacks of Simulink is that it still doesn't have an option of autosave. Unless you update or build your model ...

7年弱 前 | 0 件の回答 | 0

0

回答

回答済み
How do I modify a GUIDE-generated GUI to accept input arguments?
Here's another hack: Graphic elements have a field called "UserData". You can stote all the inputs in this elemet, and durin...

8年弱 前 | 3

質問


how to find objects with handlevisibility off?
Here's a tricky question - How do I find all the objects with HandleVisibility set to off? get(get(gca,'xlabel'),'Handle...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


how to use functions from private directories
While I was trying to improve the performance of Excel file reading and writing, I've noticed that *xlsread* is using some other...

9年弱 前 | 2 件の回答 | 0

2

回答

送信済み


RemoveSheet123 - remove default Excel sheets
Remove default sheets ("sheet1" ,"sheet2", "sheet3") from an Excel file

約9年 前 | ダウンロード 1 件 |

Thumbnail

質問


Dependency report for a mixed code of Matlab and Simuilink model
I have a Matlab code that calls several Simulink models. There are not a few functions involved, and some .fis files and .mat fi...

約9年 前 | 1 件の回答 | 0

1

回答

送信済み


rmfields(s,field)
Remove fields from a structure array, but without causing error

約9年 前 | ダウンロード 1 件 |

回答済み
INTERNAL ERROR. Failed assertion in sfdb_breakpoints.c at line 35: (script->bm.breakpoints).length>(unsigned int)(lineNumber-1)
This bug appears also in R2014a, but it is known to Mathworks. It happens because of a hidden breakpoint in an Embedded Matlab ...

9年以上 前 | 0

送信済み


Find the center of gravity of an array
COG returns the coordinates of the center of gravity, in each dimension.

9年以上 前 | ダウンロード 2 件 |

Thumbnail

送信済み


Ellipse - plot an ellipse according to 3 points
ELLIPSE plots an ellipse, and returns its values using 3 points selected by the user on the figure.

9年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Zero crossing with hysteresis
Find zero crossing of a vector or a matrix with hysteresis thresholds

10年弱 前 | ダウンロード 2 件 |