
michael
BGU
System Engineer / Solution architect
Statistics
RANK
2.230
of 257.716
REPUTATION
19
CONTRIBUTIONS
43 Questions
12 Answers
ANSWER ACCEPTANCE
18.6%
VOTES RECEIVED
4
RANK
of 17.761
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
textscan don't read file correctly
Hi, I have preaty old MATLAB version (R14 SP3) I have 2 files which has to be imported: column headers and data (output of som...
4 meses ago | 1 answer | 0
1
answerQuestion
add value to cell array
Hello, I need to add some values to cell array based on conditions. It can be that on some condition, the value shall be not be...
5 meses ago | 2 answers | 0
2
answersQuestion
matlab figure turns to gray
Hi, I have pretty old matlab (R14 SP3). When I perform the plots on specific case, the figure changes to grey and all the data ...
5 meses ago | 1 answer | 0
1
answerQuestion
textscan: strings and variables
Hi, I have some csv file which contains numbers and strings (example below) The column headers are in seperate file from t...
5 meses ago | 1 answer | 0
1
answerQuestion
quantaize data and build an histogram
Hello, I have a 3D data (X,Y,Z). Where X is between 0 to 360, Y is between 0 to 180 and Z is between -100 to + 100. I'd like t...
7 meses ago | 0 answers | 0
0
answersQuestion
y axis values - change the display
Hi, I have values on y axis which ranges from 0 to 160000. The value for 80000 (for example) is displayed as 8 (*10^4) How c...
7 meses ago | 1 answer | 0
1
answerSolved
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
8 meses ago
Question
shifting image up by known number of pixels
Hi, I have an image of 85*360*3. If I show it with imagesc, the Y axes will be between 0 to 85. I'd like to shift the whole i...
10 meses ago | 1 answer | 0
1
answerQuestion
calculate the difference on the antenna azimuth
Hi, I need to calculate the difference of 2 azimuths (lets say analytical and real azimuth). There is no issue if both are p...
12 meses ago | 1 answer | 0
1
answerQuestion
select data from plot and update other plot
Hi, I have some challange: I'm using preaaty old version of Matlab - R14 SP3. I have some waw data which consists of some v...
12 meses ago | 1 answer | 0
1
answerQuestion
using area function - drawing below 0 of y axes
Hi, I have some graph. I'd like to plot an area (the orange one). I'm using area function for positive values. how can I use it...
12 meses ago | 2 answers | 0
2
answersQuestion
Satellite toolbox: GPS signal generation and SDR
Hi, Just noticed that in the new version of matlab there is a new toolbox for satellite commnucation which contains an option t...
alrededor de 1 año ago | 1 answer | 0
1
answerQuestion
selecting values between vectors and plot the values
Hi, I have 4 vectors which are unsorted. All have all same length of 360: Ax, Bx - Values are real numbes between 0 to 360. V...
más de 1 año ago | 1 answer | 0
1
answerQuestion
System composser - can't save dictionary
I'm following the Getting Started Guide for system composer. When trying to save to new dictinory - i'm getting The data dictio...
más de 1 año ago | 1 answer | 0
1
answerQuestion
select values from matrix
Hi, I have a 2D matrix of size 2x360 and a vector of length 360 which contains values 1 or 2. From the matrix, I'd like to sel...
más de 1 año ago | 1 answer | 0
1
answerSolved
Project Euler: Problem 6, Natural numbers, squares and sums.
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...
más de 1 año ago
Solved
Project Euler: Problem 7, Nth prime
By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the Nth prime nu...
más de 1 año ago
Solved
Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number being input, input might be ui...
más de 1 año ago
Question
axis equal - a bug in the function?
Hi, when executing following plot(1:10) axis equal I'm getting a figure as below, which seems not to comply with the definit...
más de 1 año ago | 2 answers | 0
2
answersSolved
Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...
más de 1 año ago
Solved
Draw a 'N'!
Given n as input, generate a n-by-n matrix 'N' using 0 and 1 . Example: n=5 ans= [1 0 0 0 1 1 1 0 0 1 1 0 ...
más de 1 año ago
Solved
Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...
más de 1 año ago
Solved
Draw 'H'
Draw a x-by-x matrix 'H' using 1 and 0. (x is odd and bigger than 2) Example: x=5 ans= [1 0 0 0 1 1 0 0 0 1 ...
más de 1 año ago
Solved
Draw 'J'
Given n as input, generate a n-by-n matrix 'J' using 0 and 1 . Example: n=5 ans= [0 0 0 0 1 0 0 0 0 1 0 0 ...
más de 1 año ago
Solved
Draw 'E'
Draw a x-by-x matrix 'E' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...
más de 1 año ago
Solved
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
más de 1 año ago
Solved
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
más de 1 año ago
Solved
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
más de 1 año ago