Statistik
5 Fragen
0 Antworten
RANG
95.829
of 300.365
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
40.0%
ERHALTENE STIMMEN
0
RANG
of 20.933
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.262
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
how to assign imagesc to figure 1
In this part you will write a program to perform a simple analysis of a random image. First, generate a random array of size 40x...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
What is wrong with A = alter(a)?
N = 500; A = zeros(N); A(20:50, 75:100) = 6; for i = 1:10 A = alter(A); figure(1); imagesc(A); pause e...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I am unable to display my answers on command window
% Question 1: a = [3 6 1 9; 6 5 3 7; 7 3 2 6]; disp(a); % (a) j = a(1,2); disp(j); if i use disp(a) it doesnt sho...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
We have a column vector and a row vector both of same lengths. How to use sum function to get element wise sum of two vectors and final answer display in row vector
I tried sum(vect1,vect2) and a lot of other ways but I cant get the answer. for example vect1 is a column vector that contains e...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Construct a 5 x 10 array that contains zeros. Assign elements at (row, column) (3,5), (2,4) and (1, 9) values of 44. Display the matrix.
I am unable to assign the values to the specific element
etwa 4 Jahre vor | 2 Antworten | 0

