Belal Abboushi
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
197,826
of 295,467
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to generate grayscale from equation?
Hello, I'm trying to generate a grayscale image similar to one attached using an equation. The image is a circle in which the c...
7 years ago | 1 answer | 0
1
answerQuestion
How do i get a number using the solve function?
Hey, I used the solve function to find out the value of the variable LSs but I don't quite understand why i get this output: ...
9 years ago | 1 answer | 0
1
answerQuestion
How to save all values generated from a for statement in different variables
Hello, I'm using a for statement to extract values from a matrix depending on i. for i=1:intn % number of sources Ls= fil...
9 years ago | 1 answer | 0
1
answerQuestion
Solving a formula in Matlab
Hello everyone, In the following formula : *X= 2y + 10 log(1+ E/S)* I want the user to input X, y, and S. Is there anyway ...
9 years ago | 1 answer | 0
1
answerQuestion
How to extract p-value from regress and corrcoef ?
Hello everyone, I was able to write the code to run regress and corrcoef but didn't know how to get the *p value.* What ex...
9 years ago | 2 answers | 0
2
answersQuestion
Find how many times a word appeared in matrix
Hello, I'm trying to find out how many times a certain word appeared in a matrix. What command should i use?
10 years ago | 1 answer | 0
1
answerQuestion
How do i use lsline to get linear regression
Hi, I'm analyzing a survey and will need to use lsline to look at the relationship between two sets of data from that survey: ...
10 years ago | 1 answer | 0
1
answerQuestion
plotting alpha function in matlab
Folks, I have a problem set that says: "Plot an alpha function, t.*exp(-t/tau)" Does that mean (t,t.*exp(-t/tau))? When i lo...
10 years ago | 1 answer | 0
1
answerQuestion
How to normalize curves such that area under curve=1?
I'm trying to plot three curves such that area under curve =1. I've tried trapz but it only gives me the area and i couldn't cha...
10 years ago | 1 answer | 0