Statistics
4 Questions
0 Answers
RANK
193.369
of 295.467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
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
convert cell array to matrix
I have a cell array of size 544 1 , how can I convert it to a matrix of dimension 151*101 without nan appear in the matrix?
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
How to write a function and create 3 nested loop then evaluate an integral?
I have a matrix of Density values (rho) of size 15x121 , I have lambda is a row of size 1x20 and the values of lambda between 0 ...
ongeveer 10 jaar ago | 2 answers | 0
2
answersQuestion
I have 20 values of lambda and 16 values of t and a matrix of size 15x16 how can I find exp(-lambda*t)*v
lambda=linspace(.1,1.99,20); t=linspace(0,1,16);
ongeveer 10 jaar ago | 1 answer | 0
1
answerQuestion
I have a for loop that give me as a result 16 vectors (v) and each vector is of size 15x1 , how can I save all those vectors in a matrix of site 15x16
for jj=180:180:3000 v=c(:,jj) end
ongeveer 10 jaar ago | 1 answer | 0