Shahar ben ezra
Followers: 0 Following: 0
Estadística
26 Preguntas
3 Respuestas
CLASIFICACIÓN
22.408
of 295.448
REPUTACIÓN
2
CONTRIBUCIONES
26 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.77%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
Connecttwo lines of code to one
Hi! How to connect the last two lines code to one %% clc; clear all; close all; my_data = string('1,3,4,5,6,8') t1 = date...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Planning a 5G Fixed Wireless Access Link over Terrain - Not run
Hi I am running the original code of the MATLAB website https://ch.mathworks.com/help/antenna/ug/planning-a-5G-fixed-wireless-...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating a pulse for thermal noise
Hi How can I start my Y-axis from -174 And not from 0? *Example drawing clc,clear Hz = 10; Amp = -164; x = -10:0.01:10; ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use the function uigetfile?
When I use the uigetfile function And want to select any file that is not in the same folder as my M file code I'm getting an ...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Run code with two sections - app designer
I made an example of a problem I have. I wrote a code with 2 sections When I press RUN_1 it calculates X * Y (this is works) ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
increase or decrease "RowNames" column - table
How do I increase or decrease "RowNames" column? Similar to the command: 'ColumnWidth', {100,100,100} LastName = {'Smith';...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Explanation of "Position" in uitable
Hi It is possible to get an explanation of the "Position" of the uitable function I can not understand the meaning of the numb...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Reading a time column
Hello I have a CSV file, with columns of times When I read the file by readmatrix or readcell or readtable I get columns of v...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to do Randi with letters
Is it possible to do the RANDI function with letters? And you will see an example like this: X7S7-6S6A-Y555-U75T for i=1:4 ...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
PDF & CDF function
Hi I have a question about PDF & CDF functions If I have a vector with an abnormal distribution What functions can I use? (F...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
2 digits after the dot
Hi In the following example where do I put: ,'%0.2f' x = [1 2 3]; vals = [2 3.3333333 6; 11 23 26]; b = bar(x,vals); xtip...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to extract a column from a matrix by searching
hi I have an example of something I need I want to take out a column in the matrix by searching in the first row clc, clear ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
create a table next to a graph on figure
Hey I want to create a table next to a graph Is it possible? Example code: clc, clear LastName = {'Smith';'Johnson';'...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert cell to matrix
hi How to convert cell to matrix in this situation t= readtable('loopTest'); for i=1:3 new_matrix{i}=t(:,i*3); end ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Display value in plot "Groups Bars"
Hi In the following code: How can I show each bar its value clc, clear y = [2 2 3; 2 5 6; 2 8 9; 2 11 12]; bar(y) for ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Selecting columns from an Excel file
Hi When I read an excel file by "readtable" I get the following file as an example I am interested in getting the frequency ra...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How do I convert a string to a datetime?
Currently I have the string: "19:00:06 01.04.20" I want to convert this to a date, and I use the following function: t=dateti...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
consulting 3D graph
Hi I have a question about consulting a 3D graph design I have in my data: Samples Frequency axis And the amplitude by samp...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Sort a table in ascending order
Hi How can I sort a table-type array in ascending order For example First mode To: TNX :)
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Cut radio signal by hours
Hi I have an excel file I get in the file a date, hours and amplitude by frequency How can I "cut" the hours as I wish For e...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Calculation of antenna efficiency
How do I calculate antenna efficiency? The graph gives GAIN (peak Directivity) ,but what is my Directivity? who can i get e...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
positive values in returnLoss
When I create an RL graph I get the positive graph but it need to be negative Why is my graph upside down? my code: C ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
app design - make exe file
Hello everyone After I created an app in "app design " How do I save the application in an EXE file If there is a recorded g...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Nyquist plot - Changing the graph axes
Hello everyone According to the following code why I see the graph like this: and not like this : my code ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaNichols chart plot to gain polt Bode diagram
like this graph from:
alrededor de 4 años hace | 0
Pregunta
Nichols chart plot to gain polt Bode diagram
Hello everyone How can I get a BODE graph from a NICHOLS graph Code: clc, clear counter = ([1 1]); denominator = conv([...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaDisplay values in bar plot (app designer)
Thank you! @Ameer Hamza
alrededor de 4 años hace | 1
Display values in bar plot (app designer)
THIS IS WORK TNXX!!!! but do you know way the figure pop up? i fix my code to this : X = categorical({'Small',...
alrededor de 4 años hace | 0
Pregunta
Display values in bar plot (app designer)
I have a problem with the code, Why do I not see values in a graph like in Figure Notice the yellow in the picture ...
alrededor de 4 años hace | 5 respuestas | 0