photo

Fawad Ali


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How can i save the [x,y,intensity] of image if i am running a threshold intensity scan of a picture?
clc source= imread('testimg.jpg'); [rows,coloumn,channels]=size(source) % Scanning row & coloumn wise a=1; while a>=1 && a<...

2 years ago | 1 answer | 0

1

answer

Question


How to write a program which gives output in form of table for students grade and each time i run the program the marks for each student should change randomly?
Need the program like this type Student1= 'any random name' %random marks marks1= randi(100,1) %assigning grade if marks1<1...

2 years ago | 1 answer | 0

1

answer