![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8951594_1522130232386_DEF.jpg)
Ondrej Mikulas
Followers: 0 Following: 0
Statistica
All
RANK
157.376
of 297.046
REPUTAZIONE
0
CONTRIBUTI
0 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
uigetfile doesn't show in standalone app
In 2022b this bug is still not fixed. What a shame when AppDesigner is the recommended GUI tool...
uigetfile doesn't show in standalone app
In 2022b this bug is still not fixed. What a shame when AppDesigner is the recommended GUI tool...
oltre 2 anni fa | 0
Risolto
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
oltre 7 anni fa
Risolto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
oltre 7 anni fa
Risolto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
oltre 7 anni fa
Risolto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
oltre 7 anni fa