photo

Ali


Last seen: 12 months ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
92,105
of 300,513

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,480

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

Feeds

View by

Question


How to find position of a variable element in a variable -input- vector?
Hello. So I want to code a Lagrange Interpolation and I got so far: A = inputdlg({'x','F(x)'},'Data'); I = str2num(A{1,:}); ...

12 months ago | 1 answer | 0

1

answer

Question


How to distribute runtime input values to two vectors?
Hello to everyone. So I have to make a and b vectors from user input vector, so that a concludes even numbers of input and b th...

1 year ago | 2 answers | 0

2

answers