Frage


how to find the middle of rectangular pulse?
the middle in x axis in this plot: <</matlabcentral/answers/uploaded_files/20425/untitled.jpg>>

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to use randperm with a seed?
while using randperm function i need matlab to remember the previous values and not to repeat them in the next run (inside a loo...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to create function without having to use all the inputs in the script
i have a function with many inputs how can i write this function so i would not have to fill all the inputs? for example now i...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
how to save gif animation with white or transparent background?
is it even possible?

fast 10 Jahre vor | 0

Frage


how to save gif animation with white or transparent background?
when i save gif as you can see in this code: https://dl.dropboxusercontent.com/u/38094905/Shape_animation_script.m the bac...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


svd prescision is very bad.
it appears to be that when i use SVD i loose prescision how can i avoid loosing prescision and use svd function? [U,S,V]=s...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to turn elements in matrix to 0?
i have this matrix: <</matlabcentral/answers/uploaded_files/19154/Screenshot%202014-10-08%2020.25.06.png>> arround this ...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to avoid crashing the computer while running heavy scripts?
sometimes when i run a heavy calculation with huge Matrics the computer start to run slowly if i need to stop the program i usua...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to read CSV file in matlab while ignoring the first line
hi i have this csv file with one header that i dont need and two columns of numbser that i need: <https://www.dropbox.com/s/oq...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to save multidimantional matrix as structure?
how to save multidimantional matrix as structure? i get this error: >> save('filename','H') Index exceeds matrix dimens...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


acces indexes of Multidimensional arrays while using index of elements in a vector?
i have a vector called L the vector contain indexes also i need to use those indexes while writing the totl matrix MAT(L) in...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


trying to rearange a matrix with 2 vectors of indexes and one vector of values
i have 2 vectors of rows and columns location in the destination matrix and one vector E where all the values are located, and...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to read text file and to ignore the first 10 rows and to take only the 4rth and 5th columns?
how to read text file and to ignore the first 10 rows and to take only the 4rth and 5th columns? from this file: http://iopsci...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


decresing decimal point of integer
how can i do this? i have this number: 1.23484057 and i only need it to be 1.23

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


values of randi function repeat themselves
while using the function randi that generate random integers uniformly disterbuted i sometimes get in the output vector the same...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to set the ticks in the colorbar to be automatic and as many as possible?
i'm trying to use as many ticks in the colorbar doing so manualy lead to unexpected resault such as: <</matlabcentral/answe...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to change the font size in a plot (only for the axes numbers)?
as you can see in the attached image i need to change only the size of the numbers not the title or the colorbar how can i do ...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to round up and down?
i have the folowing matrix ans = 0 0 0 0 -0.2500 0 0 0 0....

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to sum matrics inside a cell array?
i have 4 matrics inside a cell and i need to sum them all currenyly i use this: R=R{1}+R{2}+R{3}+R{4} the original R is...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to sum matrics inside a cell array?
i have 4 matrics inside a cell and i need to sum them all currenyly i use this: R=R{1}+R{2}+R{3}+R{4} the original R is...

fast 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


why imagesc display the matrix in black and white?
during a calculation of a complex matrix inside exp function i recived the following resault as seen in the attached image below...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to identify if array is a string?
i need to identify if array is a string i tried to use a=whos(A) any suggestion?

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what is the difference between inv() and \ (the backslash) ?
what is the difference between those functions and which one is more precise? sometimes matlab show warning while using the ...

etwa 10 Jahre vor | 2 Antworten | 2

2

Antworten

Frage


how to identify a 3d matrix?
by using the function: MAT=imread('image.jpg'); sometimes (if the image isn't in grayscale) i get output of 3D matrix (R...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to change one part of the string to NOT italic font?
i have this code: xlhand = get(gca,'xlabel');set(xlhand,'string','string and not italic',... 'fontsize',15,'Font...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


problem of Accuracy in vectors
when i try to create a vector using (for example): x=0:0.5000000001:3 x = 0 0.5000 1.0000 1...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


i need to change a mathematical formula inside a function from a script
hi, i need to change a mathematical formula inside a function from a script. i think i shuld use a syms, so far i haven't real...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


is there another data type other then double/single/uint with less memory requirements?
i have a problem with big matrics (20e3 by 20e3) currently they take too much ram, i guess that the problem has something to do ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Undefined function 'exp' for input arguments of type 'uint8'
because i use a big variables (matrics in the size of 20e3 by 20e3), i found that by changing the variables to uint8 for exampl...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Symbolic math- substitute a derivative function with subs()?
why don't you sub one char at a time?

mehr als 10 Jahre vor | 0

Mehr laden