社区资料

照片

梅迪


梅迪Lali

最后一次见面:6个月前|自2013年以来活跃

统计数据

  • 资源管理器
  • First Review
  • Thankful Level 3
  • 第一个答案

View badges

内容提要

View by

问题


编译器不支持的SiumLink功能(LOAD_SYSTEM)万博1manbetx
您好,我已经使用MATLAB编译器制作了可执行文件,但是它运行不正确。我的代码的一部分运行了simulink模型...万博1manbetx

4years ago | 1 answer | 0

1

回答

问题


Drawnow的低速
Hello, I have written a code which animates the motion of a ball. Here is the code: n = 100; axes('XLim', [-10 10], ...

4years ago | 1 answer | 0

1

回答

问题


Error: Values of BreakpointsForDimension1 in 'Lookup_table' must be monotonically increasing.
Hello, I'm frustrated with the error that I'm getting while running my simulink model which has a 1-D lookup table. The looku...

5 years ago | 2 answers | 0

2

答案

问题


矩阵的单元格数是向量
Hi, I am trying to form a 5x20 matrix whose arrays are themselves 3x1 matrix (x(i), y(i), z(i)) in each row: x = zeros...

5 years ago | 1 answer | 0

1

回答

问题


在ode45中的值之后找到最接近的点
嗨,我有以下代码使用ODE45函数来解决的代码。v = y(1);伽马= y(2);...

5 years ago | 1 answer | 0

1

回答

问题


Call to functions in external DLL fails
我加载DLL along with its include file. Libfunctions lists all the functions properly. Call to the functions fail with ...

6年前|0答案|0

0

答案

问题


使用“ Light('位置',[0 0 0],'样式','local')的错误错误
嗨,我正在使用此代码来创建一个光源,该光源将光散发到所有方向:灯(“位置”,[0 0 0],'styst ...

6年前|1答案|0

1

回答

问题


V Realm Builder(VRML)
嗨,我正在尝试使用MATLAB中的V Realm Builder创建一个3D世界。我想知道我是否可以导入...

7年前|0答案|0

0

答案

问题


Error using "set"
Hi everyone. Thank you for reading my question. I receive the following errors when I run my code in MATLAB 2015a: ...

7年前|1答案|0

1

回答

问题


MATLAB 2015a中运行“负载托普”的错误
Hi everyone, My code, designed in MATLAB 2013a, contains: load topo which works fine but I get the following err...

7年前|0答案|0

0

答案

问题


函数误差2015a版本中的“旋转”
Hi everyone, I wrote a code in version 2013a which uses _rotate_ function but when I run the code in MATLAB 2015a I get the ...

7年前|1答案|0

1

回答

问题


将旧值保存在迭代中(循环)
嗨,在newton_raphson迭代中,我需要比较X的旧值和新值,以便当它们的差异非常sm时停止...

7年前|1答案|0

1

回答

问题


求解符号函数 - 我获得了非简化术语
嗨,我使用syms x,y,z求解矩阵xn的雅各布,然后插入x,y,z(1.5、2.2、8)的值,但...

7年前|1答案|0

1

回答

问题


使用功能“轻”获取错误
嗨,我正在使用此代码来创建一个光源,该光源将光散发到所有方向:灯('位置',[0 0 0],'styl ...

7年前|0答案|0

0

答案

问题


用我自己的数字替换数学图标
嗨,我设计了一个我想作为EXE文件出售的应用程序(在MATLAB环境外运行)。我想知道它是否...

7年前|1答案|0

1

回答

问题


Compose scene around object using camlookat
大家好,我在GUI中创建了三个球(无指南),它们彼此之间距离很远,如下所示:...

7年前|0答案|0

0

答案

问题


如何以编程方式在GUI中显示图像(无指南)
大家好,我创建了一个GUI(无指南),其中我添加了一个“轴”,如下所示:logo_tos = axes('parent'...

7年前|1答案|0

1

回答

问题


矢量化此代码所需的帮助
大家好,我第二次发布此信息,希望有人可以帮助我矢量化我的代码。我有3个_...

7年前|0答案|0

0

答案

问题


Java还是C ++?哪个与MATLAB更好?
嗨,哪一个与MATLAB更具互动性?Java还是C ++?

7年前|1答案|1

1

回答

问题


使用MATLAB在Windows中找到已安装的软件
Hi, Is it possible to find the location of an installed software in Windows using MATLAB? I need my MATLAB code to find the ...

7年前|1答案|0

1

回答

回答
How can I get the value of toggle button (uicontrol)
它没有返回任何东西。当我单击它时,什么都不会发生。

7年前|0

问题


How can I get the value of toggle button (uicontrol)
Hi fellow MATLAB users, I have created a toggle button in a figure programmatically using uicontrol: tb = uicontrol(gt...

7年前|2个答案|0

2

答案

问题


How to stop the program while closing the figure that shows an animated plot
Hello everyone, I've designed a figure which shows a 2-D animation of a plot using _drawnow_ . When I click on close button,...

7年前|1答案|0

1

回答

问题


Alternative method needed for a few 'for' loops inside each other
Hi, I have 4 _for_ loops inside each other as seen here: for A=1:a for B=1:b for C=1:c ...

7年前|1答案|0

1

回答

问题


当我使用报告生成器生成PDF报告时,文本被缩进了
嗨,我已经使用MATLAB 2013a的MATLAB报告生成器生成了PDF文件。我面临的问题是标准杆...

7年前|0答案|0

0

答案

问题


Running .exe file from MTLAB using system()
Hi everyone, I use _system_ to run my executable file: system('myfile.exe') The problem that I'm facing is that it ...

7年前|2个答案|0

2

答案

回答
For loop in Simulink
非常感谢您的帮助。我完全按照您的描述和使用索引向量和分配块制作了该模型,但是...

7年前|0

问题


For loop in Simulink
大家好,我需要将以下代码转换为simulink模型:t = [2;万博1manbetx21;22;27;27;21;18;21;26;36]; for...

7年前|2个答案|0

2

答案

问题


对于simulink中的万博1manbetx循环
<> Hi everyone, I need to convert the following code t...

7年前|0答案|0

0

答案

问题


在Simulink模型中运行MATLAB功能万博1manbetx
问候,我正在尝试使用Simulink模型中的功能块运行MATLAB函数,但是我会收到多个错误。万博1manbetx自从 ...

8 years ago | 1 answer | 0

1

回答

装载更多