photo

Prince Igweze


Last seen: 4년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

14 질문
0 답변

순위
250,706
of 300,381

평판
0

참여
14 질문
0 답변

답변 채택
14.29%

획득한 표
0

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Looping a function in MATHLAB
Please, how can I loop this function function y = f(x) y = sqrt(1 - (x^2)*(Z^2)); end to solve for different values if Z (...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Freezing a frame and extracting values
I have a video of a wave propagating at incresing time with depth How can i write a code to freeze the video at various frame...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to colour plot grey
How can i make each of the three plots grey in colour. Thanks figure(1) plot(Dmq1) hold on plot(Dmq) hold on plot(Dm...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Generating random number, mathlab
Plese how can I generate a single uniformly distributed random number between 0 and 1 ie U(0,1)

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


help regarding conditional if statement
How do i write the code for the if statement such that if the condition fails it maintains the previous model (m) theta = [0:90...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Plotting normalised histogram of parameters
How can I plot the normalized histograms for parameter x, which correspond to marginal probability distributions n = 20000;...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Storing values in a loop
plot of x does not give a normal distribution as expected, seems to be an error in my code n = 20000; x = zeros(n,1) x(1...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


challenge implementing for loop
I have chanllenges implementing this code to run a loop from Tmax to Tmin and accepting or rejecting m based on if statement ...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


Writing expression for summation on mathlab
how can i write this on mathlab

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


How can I Multiply a vector by a weight matrix
How can i multiple a 20 by 50 matrix (A) by a 20 by 20 weigting matrix(S) i.e SA THANK you

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


setting column of a matrix to zero
A(j,k) = exp((-a * j^2 * z)/mt(k)) A is a 20 by 50 matrix how can i set column 25 - 30 of A to zero thank you

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


plotting when variables are conditional
t = logspace(-3,13,100) for j = 1:100 q = inv((At * Cdi * A) + (t(j) * Ht * H)) * At * Cdi * do c1(j) = transpose((A * q) ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Storing values in a loop
t = linspace(10^-4,10^12,17) q = zeros(length(t),1); for i = 1:17 m(i) = inv((At * Cd * A) + (t(i) * Ht * H)) * At * Cd *...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


Unable to store matrix array in for loop
t = linspace(10^-4,10^12,17) for i = 1:17 m = inv((At * Cd * A) + (t(i) * Ht * H)) * At * Cd * do end Solution for m ...

거의 6년 전 | 답변 수: 2 | 0

2

답변