Community Profile

photo

Mohammed Hammad


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


Export residuals from curve fitting
Hi, I am using the curve fitting toolbox on MATLAB_R2019a to create a (linear least square fit) by creating a (Polynomial fit ...

5 years ago | 2 answers | 0

2

answers

Answered
Is MATLAB compatible with macOS Catalina?
I tried it at the first run but it doesn't work on Mac OS Cataina (Beta). After some serach, I opened it using terminal with t...

5 years ago | 2

Question


MatLab function for each two values in struct inside loop
Hello, I have a struct with some fileds, (attached) something like exp = {'Names', 'Date', 'X' , 'Y'} Names = ['John', 'Adam'...

5 years ago | 1 answer | 0

1

answer

Question


Plot multiple y-value on a single x-value
Hello, I have array with two field (year and xx), for each year it has multiple y-value. for exampel: year = [2000 2001 200...

5 years ago | 1 answer | 0

1

answer

Question


Matlab scatter plot set x-axis and y-axis
I have an array with two columns (date, value) to plot What I want is to set the labels to show the values on y-axis (e.g 918.5...

5 years ago | 1 answer | 0

1

answer

Answered
For loop inside structure
I got the answer after many tries as follows: for n = 1:10 x{n} = level3(n).x0. * (level3(n).vx) end

5 years ago | 0

| accepted

Question


For loop inside structure
I have a structure called (level3) and inside it some fields (e.g x0, vx). each field is an array with some values as shown in t...

5 years ago | 2 answers | 0

2

answers

Question


Renaming cells inside structure from variable in for loop
I have a for loop which it goes through mat files and copy results to put them inside one structure called (level0). This struct...

5 years ago | 1 answer | 0

1

answer

Answered
Does Matlab R2018b will receive updates of R2019a
I contacted the customer service and reply: You always earn the student version with one year maintenance. This means that if ...

5 years ago | 0

| accepted

Question


Does Matlab R2018b will receive updates of R2019a
Hello, I am thinking to buy Matlab R2018b (Student Version) but I was wondering to wait till R2019a version to be released. ...

5 years ago | 3 answers | 0

3

answers

Answered
Publish error after editing publish.m
I found the solution. Just I deleted (publish.p) from (User/Username/Documents/MATLAB)

6 years ago | 0

| accepted

Question


Publish error after editing publish.m
Hello, After changing font size in (publish.m) using <https://stackoverflow.com/questions/21948601/how-to-set-the-font-settin...

6 years ago | 1 answer | 0

1

answer