photo

Drishti Jain


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
5 个回答

排名
6,274
of 300,392

声誉
8

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,934

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,373

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
which is the online training duration?
Matlab Onramp has a duration of about 2 hours while for Simulink Onramp, it is approx. 3 hours.

5 years 前 | 0

已回答
How do I save my MATLAB work and notes onto a PDF file or Google Doc?
Try this for PDF: publish('filename.m','pdf')

5 years 前 | 0

| 已接受

已回答
To find the meaning of this code
It solves two differential equations and plots the solution for them. [t,x]=ode45(@rlcckt,[0 1],[0 0]); ode45 integrates the...

5 years 前 | 0

| 已接受

已回答
How can I make variable value instead of constant one?
You can use a 'for' loop. for z=1:100 C1(z) = (2*exp((h-x(z))/(i.*e)))/(1+2*exp((h-x(z))/(i.*e))+exp(((2*h)-(2*x(z))-d)/(i.*e)...

5 years 前 | 0

已回答
Change data type of a table column into datetime?
You can use datetime: https://in.mathworks.com/help/matlab/ref/datetime.html e.g- tm='10:14:25' new_tm= datetime(tm,'Format',...

5 years 前 | 0