anto
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
216,952
of 295,448
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
87.5%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Question
interp2 from 6x6 map to 500x500 map
I have this matrix which represents a profile of velocity which my model gave as an output: V = [55.4710 58.8408 64.2922...
2 years ago | 1 answer | 0
1
answerQuestion
'integral' with piecewise expressions
I have the following expression for the angle Beta: L = 1; syms y Beta = piecewise(0<=y<L/2, pi/2, ... L/2 <=y <L*(3/4)...
2 years ago | 2 answers | 0
2
answersQuestion
3d matrix to 2d matrix
I have this matrix val(:,:,1) = 0.5000 0 0.5000 0.3333 0.5000 0.6667 0.5000 1.0000 val(:,:,2) = 0.5000 ...
2 years ago | 1 answer | 0
1
answerQuestion
intersections between rays and 2D square grid
I'd like to calculate the intersections between a square grid and lines for a problem which looks like this: Let's say we have ...
2 years ago | 1 answer | 0
1
answerQuestion
fsolve with vectors x and y (not x(1) x(2))
I'd like to use fsolve, to solve for the vectors x and y, this nonlinear system which i wrote in a function. function F = Equat...
2 years ago | 2 answers | 0
2
answersQuestion
fsolve with writting automatically equations
In this code I write equations in this form in a for loop: Dtau(i)+2*x(1)*l(i)*(s(i)^2*(cos(x(2))*cos(alpha_1(i))+sin(x(2))*si...
2 years ago | 2 answers | 0
2
answersQuestion
remove brace indexing from 1x1 matrix
I have a list of equations written with a fprintf loop and imported with importdata: 6×1 cell array {'-0.0003646474+2*x(1...
2 years ago | 2 answers | 0
2
answersQuestion
sprintf loop for writing equations
i would like to get matlab to write equations automatically which i would like to use in fsolve. the equations which i would li...
2 years ago | 2 answers | 0