![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5088332_1522106107213_DEF.jpg)
Syed Ali Hassan
Followers: 0 Following: 0
[row_limit,col_limit]=size(img);
Statistiques
RANG
285 454
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
2 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How can I receive value in array by using function?
function [P1n,P2n,P3n]=init_ffa(n,range) % function [Pn{1:3}]=init_ffa(n,range) % % tempn=2; % Prange = zeros(1, ...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I use meshgrid in a loop?
P1=meshgrid(range(1):dP(1):range(2)); P2=meshgrid(range(3):dP(2):range(4)); P3=meshgrid(range(5):dP(3):range(6)); I want ...
presque 11 ans il y a | 1 réponse | 0
1
réponseHow to find row and column of a pixel in an Image?
Check this [row_limit,col_limit]=size(img);
presque 11 ans il y a | 0