photo

Dimuthu Dharshana Arachchige


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

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
2 个回答

排名
221,507
of 301,628

声誉
0

贡献数
4 个提问
2 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 21,366

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to find actual X,Y coordinates of a point in an image based on several pixel coordinates (Image projection techniques)
Hi, It would be greately appreciated if someone can guide me on the following. Kindly consider the folowing image. Here, a...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
How to obtain y value when x and z are given in matlab 3D plots
First, it is suggested to obtain the 2D plot. Then use this function. InterX http://www.mathworks.com/matlabcentral/fileexcha...

6 years 前 | 0

| 已接受

已回答
Separately saving time-series simulation output at each iteration
This is how we can do it. Very easy. We can use num2str() P1=0:1:4; P2=0:1:4; P3=0:1:4; for i=1:(length(P1)) for j=1:...

6 years 前 | 0

| 已接受

提问


How to obtain y value when x and z are given in matlab 3D plots
Hi, I have a 3D plot as shown in the attachment. You can see a data point x=0.25, y=2.25, z=0.27599 in the first curve. I wan...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Separately saving time-series simulation output at each iteration
The following script calls 'Gripper3Test' Simulink model 125 times (3 'for' loops). At each time, I want to save 'trackerData1...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Running simulink model in a for loop and separately storing variable data in each loop
Hi , I want to run a Simulink model in a .m file for loop and keep values of each iteration without changing in the next loop c...

6 years 前 | 1 个回答 | 0

1

个回答