
Noam Greenboim
Aerospace engineer, software & Algorithms Developer
Professional Interests: aerospace, software development, algorithms, control systems, navigation, signal processing, simulations, data analysis, graphic user interface (GUI)
Statistics
RANG
1.239
of 273.291
REPUTATION
44
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
21
RANG
3.036 of 18.452
REPUTATION
494
DURCHSCHNITTLICHE BEWERTUNG
4.50
BEITRÄGE
7 Dateien
DOWNLOADS
15
ALL TIME DOWNLOADS
3937
RANG
of 122.684
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
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 ...
mehr als 2 Jahre vor | 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...
etwa 3 Jahre vor | 0
Writing MATLAB image to Excel file at a specific position
You can try to use this function I made: XlsPutImage
mehr als 3 Jahre vor | 2
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...
fast 5 Jahre vor | 15
How to programatically send Update Diagram command to Simulink
set_param(bdroot,'SimulationCommand','Update')
mehr als 5 Jahre vor | 1
Frage
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 ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenHow 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...
mehr als 6 Jahre vor | 3
Frage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortINTERNAL 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 ...
etwa 8 Jahre vor | 0