photo

Poojitha Ariyathilaka


University of Moratuwa

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

Followers: 0   Following: 0

Undergraduate of Chemical and Process Engineering

统计学

MATLAB Answers

5 个提问
1 个回答

排名
162,670
of 300,343

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,926

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,172

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer
  • Revival Level 1
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Asking for 'opening the project' when opening any model file (slx)
As seen in the screenshot above, when I try to open up any model file through MATLAB on Simulink, it asks the necessity of ope...

5 years 前 | 2 个回答 | 0

2

个回答

已回答
I want to open new slx (R2018a) on previous version of simulink (R2016b)
In Simulink window, File > Export Model To > Previous version... Save in your desired version. Now you can open the model you...

5 years 前 | 0

提问


Where is the Matlab Simulink 'Send to figure' option on newer versions?
I followed official tutorials of the official MATLAB youtube channel. There in the simulation data inspector, I found a very key...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Forward, backward and modified Euler methods; plots do not come as usual, HELP
clear all; close all; clc %y'=4y (y'=dYdt in the code) %t=0 to t=3 %y(0)=1 %y=exp(4t) t0=0; %initial time tf=3; %fin...

5 years 前 | 1 个回答 | 0

1

个回答

提问


This simple code note working, HELP
%this works well upto t==0.7, but not after 0.8 %give me an answer for this, not links t=0; for n=1:10 t=t+0.1; dis...

5 years 前 | 1 个回答 | 0

1

个回答

提问


When I tried to Laplace transform a differential equation, errors appeared, HELP
syms x t s X F F=laplace('diff(x(t),t,t)+7*diff(x(t),t)+10*x(t)=20',s) How this transformation could be done otherwise?

5 years 前 | 1 个回答 | 0

1

个回答