abdelrahman mohamed
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
122,346
of 295,527
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Write a function called integerize that takes as its input a matrix A of integers of type double, and returns the name of the “smallest” signed integer class to which A can be converted without loss of information. If no such class exists, the text '
%for every input the function gives int8 as an output function x=integerize(A) [m,n]=size(A); for ii=1:m ...
6 years ago | 1 answer | 0
1
answerQuestion
what is the problem with my function ?
function [area , cr ]= circle(r) area = pi* (r^2) ; cr = pi * r * 2 ;
6 years ago | 1 answer | 0