社区资料

照片

Mansour Torabi


上次见面:2个月前|自2021年以来活跃

Started my studying in Mechanical Engineering (BSc) and Mechatronics (MSc). But always had a passion for Programming I write codes professionally in MATLAB, C#, C/C++, Python

编程语言:
Python,C ++,C,C#,Matlab,SQL,HTML,CSS,Arduino,Visual Basic
Spoken Languages:
English

统计数据

All
  • 寻宝参与者
  • 第一个答案
  • 由X主人分开
  • 画字母
  • Personal Best Downloads Level 1
  • Github提交3级
  • 速度恶魔
  • 创造者
  • Scholar
  • Introduction to MATLAB Master
  • 杯挑战大师
  • 首先提交

View badges

内容提要

提交


Synchronous Generator P-Q Curve
使用MATLAB的同步发电机功能曲线(P-Q曲线)

4 months ago | 13 downloads |

缩略图

提交


Matlab Euler-Lagrange库
Using this library one can derive differential equations for any dynamic systems and solve response of the system for a given co...

7个月前|14个下载|

缩略图

回答
如何在应用程序设计器中使用计时器回调?
在应用程序设计器中:在属性部分中,定义一个可容纳时间对象的变量:属性(access = public)mytim ...

11个月前|1

回答
How to convert a data Table from .mat to .csv
在MATLAB中,要将表写入CSV文件,请使用:load('YourTableData.mat')WriteTable(YourTableData,'filename.csv')

11个月前|0

回答
Is there a built-in way to build a GET url in Matlab from a set of parameters?
就在这里!要创建一个URI查询字符串形式结构变量(或其他类型):%将查询数据定义为Struc ...

11个月前|0

回答
使用应用程序设计器为结构分配值
Simply just use str2double function: BC.theta_res = str2double(app.theta_resEditField_3.Value);

11个月前|0

回答
如何使用App Designer属性的结构数组?
要将结构变量定义为应用程序设计器中的公共属性,请使用struct函数:属性(access = public ...

11个月前|0

Solved


小猪银行问题
鉴于圆柱形小猪银行的半径为g和高度y,请返回该银行的数量。[g是第一个输入参数。]虽然奖金...

11months ago

提交


Matlab Dynamic Programming
动态编程已在MATLAB中使用两个说明性示例实现

11个月前|15下载|

缩略图

提交


MATLABHammersley Sampling for Design of Experiments DOE
用于设计实验设计的Hammersley抽样方法(DOE)已在MATLAB中实现

11个月前|4 downloads |

缩略图

提交


MATLABTruss Finite Element Analysis
2D Truss Analyzer toolbox can analyze any 2D trusses using Finite Element Method (FEM)

11个月前|13下载|

缩略图

Solved


距离步行2D
Suppose you go from x-y coordinates [3,4] to [0,0] to [0,1] to [1,1], then you walked 7 units of distance.

1年前

Solved


create a circulant matrix
create a circulant matrix

1年前

Solved


披萨片中的卡路里?
披萨中的总卡路里C在其盒子上打印出来。您知道放置在盘子上的切片的角度A(度)。PLE ...

1年前

Solved


CARDS PROBLEM
阅读我的想法,告诉我我现在手中有的卡号。

1年前

Solved


向量LCM
*找到给定向量的最少常见倍数。*需要一般解决方案,因为将扩展测试套件。*功能templa ...

1年前

Solved


反向复选框矩阵与69
Create a reverse checkbox matrix with '69'. Where the size is the input and output will be a square checkbox matrix. Exa...

1年前

Solved


UICBioE240 2.7
Given two 3-element vectors x1 and x2, create a 3 x 3 x 3 matrix Y where (:,:,1) has all values of x1 * x2, (:,:,2) has all valu...

1年前

Solved


UICBIOE240问题1.7
考虑到两侧的两个,找到右三角的其他两个角度。因此,如果a = [1 1] b = [45 45]

1年前

Solved


UICBIOE240问题1.9
交换矩阵的第一个和最后一个列。因此,如果A = [12 4 7; 5 1 4]; B = [7 4 12; 4 1 5]; ...

1年前

Solved


UICBIOE240问题1.15
Calculate: sin(pi/6) cos (pi) tan(pi/2)

1年前

Solved


UICBIOE240问题1.1
Remove the middle row from a matrix, assuming # of rows is odd. So if A = [ 1 2 3; 4 5 6; 7 8 9] the...

1年前

Solved


UICBIOE240问题1.2
Convert a column vector into a row vector. So if A = [1; 2; 3] Then B = [ 1 2 3]

1年前

Solved


UICBIOE240问题1.3
找到向量的长度。因此,如果a = [1 1 1 1 1],则b = 5

1年前

Solved


UICBIOE240问题1.4
因此,如果a = [1 2 3;4 5 6;7 8 9] b = [3 3]

1年前

Solved


UICBIOE240问题1.5
Find the size of the matrix, then multiply both values by 10 and make it into a column vector. So if A = [ 1 2 3; ...

1年前

Solved


UICBIOE240问题1.6
鉴于两侧的两个,找到右三角形的切线。因此,如果a = [1 1] b = sqrt(2)

1年前

Solved


UICBIOE240问题1.8
给定班级中的成绩列表,写一个脚本,该脚本给出了班级的第二高等级和班级的平均水平。...

1年前

Solved


UICBIOE240问题1.10
Find the number of cells in a bioreactor after a given time when doubling time is dd and initial number of cells is x. So if ...

1年前

Solved


UICBIOE240问题1.12
使用表达式EXP(x),log(x)和log10(x),Re ...

1年前

装载更多