Statistica
RANK
192.113
of 300.750
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
71.43%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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.
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 8 anni fa | 0 risposte | 0
0
risposteRisolto
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...
circa 8 anni fa
Risolto
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 ...
circa 8 anni fa
Risolto
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...
circa 8 anni fa
Risolto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
circa 8 anni fa
Risolto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
circa 8 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 ...
circa 8 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...
circa 8 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:...
circa 8 anni fa
Domanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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{...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 8 anni fa | 2 risposte | 0

