社区资料

照片

阿图尔·苏里(Atul Suri)

数学工作

上一次见面:4个月前|自2012年以来活跃

统计数据

全部
  • 个人最佳下载级别1
  • 编辑的选择
  • 首次审查
  • 5星级银河系级别3
  • 首先提交
  • 知识渊博的1级
  • 复兴级别1
  • 第一个答案
  • Solver

View badges

内容提要

View by

回答
Hide simulink editor while running a model
You can run the model without opening the model using the sim command. See doc for sim command here. You can also load the model...

3年前|1

|accepted

回答
如何在Simulink中永久删除“隐藏自动名称”功能?金宝app
正如Fangjun Jiang之前提到的,您可以创建自己的模型模板。您需要设置模型参数hideaut ...

3年前|0

提交


SIMSCAPE仿真结果资源管理器
Tools for exploring Simscape™ simulation data and zero crossing statistics, created in MATLAB® code

6年前|26下载|

缩略图

Solved


时间2-从这里开始
首先尝试此测试问题。给定变量x作为输入,将其乘以两个,然后将结果放入y中。例子:...

6年前

Solved


确定向量是否单调增加
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

7 years ago

Solved


交换第一列和最后一列
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

7 years ago

Solved


Create a line (beta)
创建一个以2为5的线开始的线

7 years ago

Solved


Triangle Numbers
三角数是连续整数的总和。因此6是一个三角形的数字,因为6 = 1 + 2 + 3可以显示...

7 years ago

Solved


列除去
从输入矩阵A中删除nth列,然后返回输出B中的结果矩阵。因此,如果a = [1 2 3;4 5 6];和 ...

7 years ago

Solved


我妻子对吗?
无论输入如何,都输出字符串“是”。

8年前

Solved


添加两个数字
给定a和b,返回c中的总和a+b。

8年前

Solved


找到输入向量的所有数字的总和
找到输入向量X的所有数字的总和。示例:输入x = [1 2 3 5]输出y是11输入x ...

8年前

Solved


往回行
给定数字n,创建一个n by-n矩阵,其中整数从1到n^2沿行沿行动来回驱动,如...

10years ago

Solved


选择向量的其他元素
写一个函数,该函数返回传递的向量的所有其他元素。也就是说,它返回所有奇数元素,s ...

10years ago

Solved


查找所有小于0或大于10的元素,然后用NAN代替它们
给定输入向量X,查找X的所有元素小于0或大于10,然后用NAN代替它们。示例:输入...

10years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

10years ago

Solved


使矢量[1 2 3 4 5 6 7 8 9 10]
在MATLAB中,您可以通过将元素封闭在So:X = [1 2 3 4]逗号之类的方括号中来创建一个向量。

10years ago