photo

jelly


2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how can I generate a random matrix?
hello guys, what code can i use to generate a mxn matrix provided that the value is from 1 to x(depending on the desire of user)...

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

1

답변

답변 있음
Is there anything wrong to my code?
haha i think i know whats wrong in my code, maybe because str2num(N(end))>b1 would not be valid operand. haha but how can I fix ...

거의 12년 전 | 0

질문


Is there anything wrong to my code?
if (((N(end)=='A'||N(end)=='B'||N(end)=='C'||N(end)=='D'||N(end)=='E'||N(end)=='F') && (b1>=10))|| str2num(N(end))>=b1) end ...

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

2

답변

질문


How can I add a char in a matrix?
hey how can I add a string in matrix? ex. for i=1:5 A(i)=i+1; end mat2str(A); ... for I want to have to put A or B...

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

2

답변

질문


how can I stick together the data in a matrix?
ex input A=[1 2 3 4 5] A= 1 2 3 4 5 how can i stick the data from A together? so it would be like this: A=123...

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

1

답변

질문


how can i print all the data from a computation in one line?
how can i do this? ex. "for i=1:3 end" desired output: i=[1 2 3] or i=123 .. ex.two " x=input('input value o...

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

3

답변