photo

Hamid Bakht


Active since 2016

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


write 10 alphabets in one line
how to write a program that writes 10 alphabets in each lines like after J which is the tenth it will switch line and then afte...

7 years ago | 1 answer | 0

1

answer

Question


how to use legends for polarplot
>> theta = linspace(0,2*pi,1000); n = 1:5; y = zeros(length(n),1000); for i = 1:length(n) y(i,:...

7 years ago | 1 answer | 0

1

answer

Question


How to find vector indexes without for loops
i have a vector matrix for example [20,3,56,7,8,96,52,22] and i have another value x=8. now i wanna find the index number of x ...

7 years ago | 1 answer | 0

1

answer