Community Profile

photo

Bhromzara


Last seen: 9개월 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Why do I receive Error writing in App designer ?
I am using online version of MATLAB with student licence. After running my code In app designer, I am geting this error. I h...

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

1

답변

질문


How can I avoid loop for code optimization?
y = linspace(1,10,1000); for m = 1:length(Y) Z = [1 sin(Y(m)); 2 cos(Y(m))]; X(m) = det(Z); end

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

2

답변