社区资料

photo

Monika Jaskolka


Last seen: 26 days ago|Active since 2014

PhD, Software Engineeringhttps://monikajaskolka.github.io

Programming Languages:
C,Matlab
口语:
英语

Statistics

全部
  • 5星级银河系级别3
  • 感恩4级
  • 6 Month Streak
  • 知识渊博的级别4
  • 个人最佳下载级别2
  • GitHub Submissions Level 2
  • Revival Level 3
  • 首次审查
  • First Submission
  • First Answer

查看徽章

Content Feed

查看

Question


如何突出显示多个状态流对象
I would like to highlight multiple objects in a Stateflow chart. I can use the highlight function to highlight one object, howev...

2个月前|0答案|0

0

答案

Question


Check if object's property is empty
I have an xmlcomp.Edits object that was created when performing a comparison via the command root = slxmlcomp.compare(...) In ...

3months ago | 1 answer | 1

1

answer

Answered
如何检索状态流图表的非港口名称/标签?
我不确定使用了什么是使用InputSignalNames参数,并且在Simulink Documentat ...中几乎没有有关它的信息。金宝app

4个月前|1

|公认

Answered
清晰的persistent variable in subfunctions
"MATLAB clears persistent variables when you clear or modify a function that is in memory. " //www.tatmou.com/help/mat...

6个月前|0

Answered
Align simulink blocks to top left of the window
As far as I am aware, the zooming function is not able to zoom to align blocks on the top left. The ZoomFactor parameter only ha...

6个月前|0

Answered
为什么xlswrite @字符吗?
这是在Excel中自动发生的事情。请参阅:https://www.mrexcel.com/board/threads/ampersands-appearing-i ...

6个月前|3

|公认

Answered
如何在新行中保存数据值?
data = [471 578 518 270 1102 471 512 630 561 293 1165 511 629 559 292 1162 511 509 627 558 292 1159]; reshape(data, [11,2])'

6个月前|0

|公认

Answered
CREATING A LOOP FROM DATA
n = 22;b = rand(10,n);c = rand(n,1);d = rand(n,1);a =零(size(b));对于i = 1:n a(:,i)=(b(:,i) - c(i))/ d(i)...

6个月前|0

Question


Find files according to a pattern that are on the Matlab path?
假设我有2个生成代码文件夹。一个人在我的Matlab路径上,而不是。我想找到所有C标头文件...

6个月前|1answer | 0

1

answer

Answered
Cannot delete PID block
It looks like the DeleteFcn in 2016 was pidpack.PIDConfig.closeTuner(gcbh) while in 2019 it is pidpack.PIDConfig.utilcloseTuner(...

7 months ago | 1

|公认

Answered
How do I check if two files are different programmatically?
我最终通过系统使用diff命令:[〜,结果] =系统(['diff'',file1,'''''''',file2,''''']);结果...

7 months ago | 0

|公认

Question


How do I check if two files are different programmatically?
Given two files of the same type (e.g., .m, .xlsx, .fig), I'd like to compare them to check if they are the same or not. How can...

7 months ago | 1 answer | 0

1

answer

Answered
如何使用MCC添加应用程序信息?
这将更改图标和版本编号:mcc -m -r ./iconfile.ico appname.m -w'main:appName,version = 3.2.1'我仍然是Un ...

7 months ago | 0

Answered
Matlab can't find my file .m
It looks like the filename of sampling_theory has an extra space at the end. Try renaming the file from "sampling_theory .m" to ...

8 months ago | 1

|公认

Question


如何在所有元素属性中搜索Simuli金宝appnk模型?
I want to programmatically search for a string in a model such that the results match the usual GUI Finder (Ctrl+F), that is, it...

9 months ago | 1 answer | 0

1

answer

Question


通过编程方式将子系统转换为引用子系统?
如果我右键单击子系统,我可以选择子系统和模型参考>转换为>引用子系统…,按OK和...

9 months ago | 1 answer | 1

1

answer

Question


如何使用MCC添加应用程序信息?
使用ApplicationCompiler GUI时,可以输入应用程序图标,版本,作者,电子邮件,公司等。

9 months ago | 1 answer | 0

1

answer

Question


How to build a standalone application programmatically in R2019a?
In the current MATLAB Compiler documentation there is a section on how to "Create Standalone Application Using Application Compi...

9 months ago | 1 answer | 0

1

answer

Answered
2列中的分区
a = {0,0,[35.1600000000000,35.1600000000000],0,0,35.16000000000 000,... 0,0,0,[35.820000000000000,35.8200000000000],0,0,0,35.82000 ...

10个月前|0

|公认

Answered
excel if语句与matlab
I don't see that a "double if" is necessary: x = 0; if (~E5 && E4) x = F4 + 1; else x = F4; end If you are as...

10个月前|0

|公认

Answered
How to .txt or .rcmp file data with separated by colon?
>> fileread('test.txt') ans = '11 0 1 1 0 0 0 0 0 4 1:2 1:3 1:4 1:5 2 1 2 0 2 2:6 2:7 ...

11months ago | 0

|公认

Answered
simulin金宝appk/matlab 2021a中的输出simulink型号(2009 verison)
Use the command Simulink.exportToVersion to export to previous versions. exported_model = Simulink.exportToVersion(gcs, 'model_...

11months ago | 0

|公认

Answered
关于sldnagnostics功能用法和结果
在sldiagnostics的描述中,它说它也遵循链接,因此您的命令应为:find_system(gcs,'lookunderm ...

11months ago | 0

|公认

Answered
如何将“ .dat”和“ .hea”文件读入MATLAB?
要导入DAT文件,我使用MATAB文件交换上的MDFIMPORT工具

11months ago | 0

Answered
is it possible to reference a port name instead of number for add_line()?
不,这是不可能的。函数add_line当前只能通过提供端口手柄或点来使用。

11months ago | 0

Question


如何创建一个变化常数的时间?
我有使用Toworkspace块从Simulink型号记录的数据。金宝app这些数据以通常的[时间,数据]格式和A ...

11months ago | 2 answers | 0

2

答案

Answered
生成代码时是否可以消除块内容?
您可能必须更改模型配置,以便代码生成进行这些更改:https://www.tatmou.com/he ...

11months ago | 0

|公认

Answered
Is it possible to copy an entire area from one simulink model to another?
金宝appsimulink.subsystem.copycontentstoblockdiagram可能是您想要的。https://www.tatmou.com/help/金宝appsimulink/slref/ ...

11months ago | 0

Answered
I need to run this python code in MATLAB. Can anyone guide me, please?
Perhaps some previous answers can help you: //www.tatmou.com/matlabcentral/answers/416129-how-to-convert-python-code-i...

12个月前|0

Answered
How to select a specific column in matrices?
A = ones(4) B = ones(4)*2 C = ones(4)*3 D = ones(4)*4 X = [A(:,2), B(:,2), C(:,2), D(:,2)]

12个月前|1

Load more