tomer kapuri
Followers: 0 Following: 0
Feeds
질문
Warning while opening matlab R2018b
I bought a new computer and installed matlab (acdemic use) when i opening Matlab I find this Warning. I'll attach the command w...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
How i Calculate the average number of even numbers in an array?
How i Calculate the average number of even numbers in an array? If the array: 1.3700 1.2200 2.2000 2.2800 so the ava...
거의 6년 전 | 답변 수: 3 | 0
3
답변질문
Generating random 20 number between 0.25 to 2.8 and counter odd numbers in 'array'?
Generating random 20 number between 0.25 to 2.8 and counter odd numbers in 'array'? I can't do this :( it's not working: g=ra...
거의 6년 전 | 답변 수: 2 | 0
2
답변질문
counter odd numbers in 'randi'?
counter of odd numbers in 'randi'? this is program: a=randi([0 27],1,50); b=zeros(1,numel(a)*3+numel(a)); b(4:4:end)=a(:) ...
거의 6년 전 | 답변 수: 2 | 0
2
답변질문
Generating random 50 number between 0 to 27 and padding 000 all side?
how int generating random 50 number between 0 to 27 and padding 000 all side? :(
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
What are the values of single?
What are the values of single? Maximum values and minimum values ( negative and positive)? I could not understand..
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
need to create a script m-file that uses a for loop to plot the equation of a line (y = m*x + b)
How i do this? Part a: In this two-part exercise, you need to create a script m-file that uses a for loop to plot the equati...
거의 6년 전 | 답변 수: 0 | 0