![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1042927_1522077033509_DEF.jpg)
yousef Yousef
Hi I have m by n matrix,I want to find the index of the max. of each column.It can be found by [i j]:max(x,[],2).this gives the index of max of each column in vector i.I want if there is a repetion in vector i to be reset to 0.thanks
Estadística
39 Preguntas
8 Respuestas
CLASIFICACIÓN
281.351
of 297.010
REPUTACIÓN
0
CONTRIBUCIONES
39 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
41.03%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.418
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.687
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Using Wavelet Toolbox to measure the occupied bandwidth of a non stationary signal
Hi Is it possible to use the Wavelet Toolbox to measure the occupied bandwidth ( corresponds to 0.99% of signal power ) of a ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use the slice command to visualize one image into two intersecting planes?
Hi, I need to visualize one image in two intersecting planes. The attached picture shows an example of what I want to do. Howeve...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to visualize two images in two intersecting planes?
Hi, I have two images. I need to visualize these images in a way each image will be on a different plane. I'm wondering if this ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaCompose two vectors from one vector with step
S = 1:64; xx = reshape(x, 4, 16); xxx=xx(:,1:2:end) xxxx=xx(:,2:2:end-1) S_1=xxx(:)' S_2=xxxx(:)' This answer does what ...
alrededor de 2 años hace | 0
Pregunta
Compose two vectors from one vector with step
Hi, I have vector S=[1:64]. I want to compose two vectors: S_1=[ 1 2 3 4 9 10 11 12 17 18 19 20 ....], step of M=4 S_2=[...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasHow to generate binary vector ?
Sorr but it is not working
casi 6 años hace | 0
| aceptada
Pregunta
How to generate binary vector ?
How to generate a vector of unique ( deterministic not random ) sequence of bits ?. I want a binary vector to use in many differ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
compare two vectors plot
Hi,I have 2 vectors of length 1024, I want to take 100 samples equally spaced from each to make a comparison plot?
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to finds indecies of 0.707 points on the curve
<</matlabcentral/answers/uploaded_files/46693/matq.png>> Hi, I would like to find the indecies of 0.707 points on the curve
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I compare set of figures?
Hi I have program that produces 16 figures at each run.I'd like to ask, what is the best way to save these figures in order com...
casi 9 años hace | 0 respuestas | 0
0
respuestasHow to find the indices of a point on a curve
clear all clc Angle=[5 10 20 60 180 190 195 300 305]; collision=[]; for i=1:length(Angle)-1 d=[]; targetValue = Angle(i); ...
más de 9 años hace | 0
Pregunta
Comparing vector elements by percentage
Angle=[5 10 20 60 180 190 195 300 310], these angles determine the possible directions of robots. If there are 2 robots startin...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
find matching values plus minus percent
Hi Is there a way to find the matching values with plus minus 5 percent?
más de 9 años hace | 3 respuestas | 0
3
respuestasPregunta
Write mathematical symbols on my curve
Hi,I need to write mathematical symbols on my curve,I prefer to write immediately on the graph without using any commands in ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find the indices of a point on a curve
<</matlabcentral/answers/uploaded_files/39274/matq.png>> Hi I have a curve with one maximum,I need to find the indices of th...
más de 9 años hace | 3 respuestas | 0
3
respuestasPregunta
Is there a way to combine multiple figures of different runs of m file?
I have m file,in each run I get 4 figures,I'm looking for combining the figure 1 from the first run with the first figure from t...
más de 9 años hace | 2 respuestas | 0
2
respuestasHow to find the x and y coordinates of the maximum value in curve without defferntiaition
* z=abs(P); * zz=round(z); * ymax=max(zz); * xmax=THETA(find (zz==ymax)); * However ,if somebody has better solution,I k...
más de 9 años hace | 0
Pregunta
How to find the x and y coordinates of the maximum value in curve without defferntiaition
Hi I have a curve,I want to find x and y coordinate of the maximum value Thanks
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
adaptive antennas LMS algorithm
I'm looking for Matlab codes for LMS and RLS Algorithms in Smart Antenna Technology if you have any ,please post it to me. Tha...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Beamforming code using LMS
I'm looking for code that calculate wiegthing vector for adaptive antenna using LMS.
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
polar plot Beamforming vector
Hi,I have a weighting vector already generated but I want to learn how to draw the radiation pattern using Matlab.
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
find the repetition of matrix rows
I want to find out if the row i of mxn matrix is repeated ,the code should give logic 1.Otherwise zero"there are many ways but I...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
find the repetition of matrix rows
I want to find out if the row i of mxn matrix is repeated ,the code should give logic 1.Otherwise zero"there are many ways but I...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
I want to skip one step
Hi I have a matrix,I want the code to skip executing statements if the row is repeated. Thanks
casi 11 años hace | 2 respuestas | 0
2
respuestasI want to skip one step
Geof ,please have a look on this file. Thanks
casi 11 años hace | 0
Pregunta
matrix sorting and distibution
I have this matrix: 2 2 82 10 16 15 66 76 71 83 44 49 4 2 91 28 98 ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
if condition inside another
I want to write if condition inside if condition such that if ... 'statement' elseif... 'statement' if.... ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
What is the best way to execute 2 if conditions in MATLAB
assume w=[1 2 2 2] q=[2 1 1 1] if w(i)==1 do somehing else look to q(i) if q(i)==1 do some thing...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
put the result in one matrix
Hi,I have ,w=[2 4 4 1 1]. for i=1:length(w) x=find(w==w(i)) end this code gives this result:x=[1]',x=[2 3]',x=...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I count the frequency of each element of one vector?
Hi,I have this code which gives the number of occurrences of each element of w vector in vector y a= [7 4 9 ...
casi 11 años hace | 1 respuesta | 0