Community Profile

photo

Shahar ben ezra


Last seen: 1 year 前 自 2020 起处于活动状态

统计数据

  • Thankful Level 4

查看徽章

Content Feed

排序方式:

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 2 个回答 | 0

2

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


increase or decrease "RowNames" column - table
How do I increase or decrease "RowNames" column? Similar to the command: 'ColumnWidth', {100,100,100} LastName = {'Smith';...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


Sort a table in ascending order
Hi How can I sort a table-type array in ascending order For example First mode To: TNX :)

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Nichols chart plot to gain polt Bode diagram
like this graph from:

3 years 前 | 0

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Display values in bar plot (app designer)
Thank you! @Ameer Hamza

3 years 前 | 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',...

3 years 前 | 0

提问


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

3 years 前 | 5 个回答 | 0

5

个回答