photo

Chathurika Jayasundara


Last seen: ongeveer 4 jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
281.659
of 300.302

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20.911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.040

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to draw a surface covered by 3D line plots
x1=[p] y1=[vw] Z1=[v] for r=1:23 for n=1:23 if r==n z1(r,n)=Z1(r,n); els...

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


A null assignment can have only one non-colon index
B=zeros(23,23) for r=1:23; for n=1:23; if r==n B(r,n)=A(r,n); else ...

ongeveer 7 jaar ago | 1 answer | 0

1

answer