Noam Greenboim
Aerospace engineer, software & Algorithms Developer
Followers: 0 Following: 0
Professional Interests: aerospace, software development, algorithms, control systems, navigation, signal processing, simulations, data analysis, graphic user interface (GUI)
Statistica
RANK
1.174
of 296.109
REPUTAZIONE
62
CONTRIBUTI
4 Domande
9 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
29
RANK
3.051 of 20.339
REPUTAZIONE
527
VALUTAZIONE MEDIA
4.50
CONTRIBUTI
8 File
DOWNLOAD
15
ALL TIME DOWNLOAD
4214
RANK
of 155.331
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Format output from jsonencode to make it more human readable
You can use my solution in File Exchange here: https://www.mathworks.com/matlabcentral/fileexchange/167351-indentjson With thi...
7 mesi fa | 0
How can I determine if a script is being run by the codegen -test input parameter?
you can use the coder.target function to determine whether it's a mex or matlab.
8 mesi fa | 0
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 ...
oltre 4 anni fa | 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...
quasi 5 anni fa | 0
Writing MATLAB image to Excel file at a specific position
You can try to use this function I made: XlsPutImage
oltre 5 anni fa | 3
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...
oltre 6 anni fa | 19
How to programatically send Update Diagram command to Simulink
set_param(bdroot,'SimulationCommand','Update')
oltre 7 anni fa | 4
Domanda
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 ...
oltre 7 anni fa | 0 risposte | 0
0
risposteHow 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...
oltre 8 anni fa | 3
Domanda
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...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 9 anni fa | 1 risposta | 0
1
rispostaINTERNAL 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 ...
quasi 10 anni fa | 0