Pregunta


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

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 2 respuestas | 0

2

respuestas

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

más de 9 años hace | 0

Pregunta


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...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 ...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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?

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

casi 10 años hace | 2 respuestas | 2

2

respuestas

Pregunta


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...

casi 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 10 años hace | 0

Cargar más