photo

Jos Jordan


Last seen: bijna 2 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
3 Answers

RANK
7.694
of 297.503

REPUTATION
6

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20.449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159.017

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

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
PLOTTING THE GIVEN VALUES
Given that: t = [0, 0]; ta = [0.63, 0.63]; tb = [0.71, 0.71]; tc = [0.5, 0.5]; you could then set x = [0, 0.63, 0.71, 0.5...

ongeveer 4 jaar ago | 0

Answered
how to create matrix from another matrix?
I'm not sure exactly how you are expecting this to be done, but you could simply just do: A = [1,2,3;4,5,6;7,8,9]; A_imaginary...

ongeveer 4 jaar ago | 0

Answered
Index in position 1 is invalid but I need w(0,j), w(0,0), and w(m,0)
I'm pretty sure the answer here is that unlike most other languages, MATLAB starts indexing at 1, not 0. So for example in the c...

ongeveer 4 jaar ago | 1

| accepted