Arjun Upadhyay
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
210,459
of 295,448
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
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
Combining a matrix with a null matrix
I have a very basic problem. I want to replace some entries of zero matrix with the elements of another non zero matrix. I tried...
4 years ago | 1 answer | 0
1
answerQuestion
I want to store data in a matrix from a for loop using non integer indexing
Here is the simple version of my code. x = [5:0.1:20]; for v = 1:.1:10 R = v.*x; mat(v,:)=R; end I want to s...
4 years ago | 1 answer | 0
1
answerQuestion
I want to write a code for Fano lineshape fit.
I want to fit Fano resonance with experimental data. The formula for Fano resonance is R = | p(w) + (A . G. exp(i.o) / [w - w0 ...
4 years ago | 1 answer | 0