Statistics
RANK
35,125
of 301,172
REPUTATION
1
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 21,183
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,200
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
Feeds
Question
Fill() for multiple polygons with specified colors -- weird behavior?
Hello, I am trying to use the fill() function to color multiple polygons, but I am observing some weird behavior for indexing t...
5 years ago | 1 answer | 1
1
answerhow can I rearrange columns of a matrix according to another index matrix
A= [32, 9, 43 ; 6, 4, 7]; Ind=[1,3,2 ; 2,3,1]; B = nan(size(A)); for i = 1:size(A,1) B(i,:) = A(i,Ind(i,:)) end
5 years ago | 0
"Index exceeds the number of array elements" Problem on line "f(n+1) = sin(pi*x(n+1))*cos(pi*y(n+1))*exp(-(x(n+1)^2+y(n+1)^2));"
on the first iteration of Z and n, your y is a single value. Yet your cosine term you have cos(pi*y(n+1)) where n=1. y(1+1...
5 years ago | 0
Question
How to interact with Chrome Using Matlab
Hello, I am having trouble finding examples/documentation on how to use matlab to interact with browsers (google chrome preferr...
5 years ago | 1 answer | 0
