abdelrahman mohamed
Followers: 0 Following: 0
Statistica
2 Domande
0 Risposte
RANK
122.337
of 295.467
REPUTAZIONE
0
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
what is the problem with my function ?
function [area , cr ]= circle(r) area = pi* (r^2) ; cr = pi * r * 2 ;
circa 6 anni fa | 1 risposta | 0