Statistik
RANG
100.732
of 302.082
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
71.43%
ERHALTENE STIMMEN
0
RANG
of 21.533
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
I made an GUI on 64 bit pc want convert into an application but it not running in the 32 bit pc ?Any help..
made it through deploytool added mcr built the package.
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
In gui axes plot ,axes does not retain its tag after reopening it?Don't know why it is happening
I have a one main panel in which two sub panel are in which i load image to display imshow(imread('b.JPG'));imshow(im...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to change the y direction in gui graph (upside down)? and how to add label and legend into it?
like we do in figure set(gca,'yDir','reverse') xlabel('x') ylabel('Depth(m)') i want it for gui graph
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to change the default Row value from 4 to 25 in gui table ?? matlab version 12.
With option 'show numbered row header' it show only 4 row as default can't be changed to any another value . Anyway it can be ...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenGelöst
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
fast 9 Jahre vor
Gelöst
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
fast 9 Jahre vor
Gelöst
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
fast 9 Jahre vor
Gelöst
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
fast 9 Jahre vor
Gelöst
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
fast 9 Jahre vor
Gelöst
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 ...
fast 9 Jahre vor
Gelöst
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...
fast 9 Jahre vor
Gelöst
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:...
fast 9 Jahre vor
Frage
Is there any way to change the appearance of the output excel file as shown in the picture(only some is visible of heading as in Capture2.jpg wanted as Capture1.jpg)?? and can the heading be highlighted by any means in excel sheet ??
n=1; ch={'Borehole No';'Water table Depth'}; col_header={'Depth','UnCorrected N value','Saturated Density','Relative Den...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to concat the cell matrix (containing text) to numeric array?
i have two matrix A = size(20*1) containing number rr matrix containing True' or 'False' if(A(i)<1) rr{...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can i add legend in a for loop after each plot ?
In below code legend got updated each times thereby leaving me with only the last legend but i want is like 1st iteration plot ...
etwa 9 Jahre vor | 2 Antworten | 0

