photo

Noam Greenboim


Aerospace engineer, software & Algorithms Developer

Last seen: 3 months 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

All
MATLAB Answers

4 个提问
9 个回答

File Exchange

8 文件

排名
1,208
of 299,750

声誉
62

贡献数
4 个提问
9 个回答

回答接受率
50.0%

收到投票数
29

排名
3,069 of 20,792

声誉
531

平均
4.50

贡献数
8 文件

下载次数
12

ALL TIME 下载次数
4253

排名

of 165,710

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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

排序方式:

已回答
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...

1 year 前 | 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.

1 year 前 | 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 ...

5 years 前 | 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...

5 years 前 | 0

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

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

7 years 前 | 19

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

8 years 前 | 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 ...

8 years 前 | 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...

9 years 前 | 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...

10 years 前 | 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...

10 years 前 | 2 个回答 | 0

2

个回答

提问


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

10 years 前 | 1 个回答 | 0

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

10 years 前 | 0