photo

Dimuthu Dharshana Arachchige


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
2 Answers

RANK
221,507
of 301,628

REPUTATION
0

CONTRIBUTIONS
4 Questions
2 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,366

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 175,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Answered
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 ago | 0

| accepted

Answered
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 ago | 0

| accepted

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer