photo

prabhjeet singh


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
1 个回答

排名
32,245
of 300,771

声誉
1

贡献数
6 个提问
1 个回答

回答接受率
66.67%

收到投票数
1

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,969

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Pass variable to .m file from app designer
I am new in matlab app designer, but I have gone through basics of it. I have a very simple query where I am stuck at. I am cal...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Computing computational load for 2 programs
Good evening. We often see in the research literature that a particular advance technique reduced the computational load. I wo...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Retrieve vector within function file
x = 10'; tspan = [0 10]; [t,x]= ode45(@fun,tspan,x); [~, u] = fun(t.',x.'); figure(1) plot(t,u,'-k','Linewidth',1.5); and ...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
How to extract variable from a function file while using ode45?
Thankyou very much for the instant respone. I am still not able to plot (t,u). I am expecting response similar to the attachmen...

5 years 前 | 0

提问


How to extract variable from a function file while using ode45?
x = [0.8 -0.2 1 0 0 0.8 -0.2]'; tspan = [0 20]; [t,x]= ode45(@(t,x) fun(t,x),tspan,x); function [dot] = fun(t,x) k1 = 3; k2...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Using RK4 method to solve system of equations instead of ODE45
I have solved system of equations using ode45 code. But i need to solve using RK4 method. I have attached 3 codes for ode45 here...

5 years 前 | 0 个回答 | 0

0

个回答

提问


pid licence checkout failed.
I get error which is pid licence checkout failed. I have installed simulink control design licence, but of no use. Please he...

5 years 前 | 0 个回答 | 1

0

个回答