Community Profile

photo

redman


Last seen: 거의 2년 전 2021년부터 활동

통계

  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


How to plot multiple graphs on the same figure using a loop?
Hi, I have attached the code im working on below. In the when the first for loop executes, the if statement at the bottom execut...

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

1

답변

질문


How can I find the number of specific submatrices inside a matrix?
Hi, If i ran this code, A = randi([0, 1], [10,10]) I would get something like A = 1 0 0 1 1 1 ...

대략 2년 전 | 답변 수: 2 | 0

2

답변

질문


How can I specify the boundaries of a variable?
I'm trying to make the range of x as follows u(x,0) = In the following code where x is commented as ' X variable' function [u...

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

1

답변

질문


How can i convert this R code into MATLAB
The code is as follows ef=function(x) { r=rnorm(10000,0,1/sqrt(2)) v=ifelse(r<=x & r>=0,1,0) e=2*(sum(v)/length(r)) retur...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Matlab is rounding all answers to 4dp when I use syms.
Matlab keeps rounding my outputted values in the command window to 4dp, I've looked all over mathworks and I can't find a soluti...

대략 3년 전 | 답변 수: 1 | 0

1

답변