photo

Bob Meyes


Last seen: 7개월 전 2024년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


When multiplying or dividing a vector by a scaler, when do you need a period before the operator?
This was a question I had, the picture of the problem and the correct answer is attached, thanks.

7개월 전 | 답변 수: 1 | 0

1

답변

질문


How to rewrite code without nested loops
% Prompt for user input r_values = input("Enter r: 0.0 to 4.0: "); x1 = input("Enter initial x: 0.0 to 1.0: "); N = 100; ...

8개월 전 | 답변 수: 2 | 0

2

답변

질문


How can I vectorize my code?
I know vectorizing code in Matlab makes it more efficent? How do I vectorize (or approach vectorizing) my code below? % Ask for...

8개월 전 | 답변 수: 1 | 0

1

답변

질문


My graph is not plotting my data. How do I make it graph Vrms?
.

8개월 전 | 답변 수: 1 | 0

1

답변

1

답변

질문


Define the functions in the code in a specific manner (is given below).
Can you define the following 3 vectorized functions in the code: launch_yr_4d(y2d), apogee, and perigee. Make it similar to the ...

8개월 전 | 답변 수: 0 | 0

0

답변

질문


Define functions in code and edit code?
Can you define the following 3 vectorized functions in the code: launch_yr_4d(y2d), apogee, and perigee. The code is below: % ...

8개월 전 | 답변 수: 0 | 0

0

답변

질문


Rewrite the code be using vectorization instead of for loops and if statements.
Rewrite the code be using vectorization instead of for loops and if statements. My code is below: % Fetch TLE data from the U...

8개월 전 | 답변 수: 2 | 0

2

답변