photo

Fawad Ali


Last seen: 約2年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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年 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答