Sam Mahdi - MATLAB Central
photo

Sam Mahdi


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 03/19 to 03/25Use left and right arrows to move selectionFrom 03/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 Questions
1 Answer

RANK
241,407
of 297,716

REPUTATION
0

CONTRIBUTIONS
10 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,469

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,428

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

  • Thankful Level 3
  • Thankful Level 2

View badges

Feeds

View by

Question


Check to ensure code is doing what I want it to (nlinfit)
I have an equation y=b*((p+l+k-sqrt((p+l+k)^2-4pl))/2p) where k and b are adjustable parameters to solve for with given p an...

2 years ago | 1 answer | 0

1

answer

Question


Predictor and Response Variables must have same length error
Hello, I am attempting to use fitnlm, and come across an error I don't understand. x =[p;l]; model=@(b,x)((x(1,:)+x(2,:)+b(...

2 years ago | 1 answer | 0

1

answer

Question


How to further extract a match values from a regexp match
Hello, Had a quick question regarding regexp. Let's say you have some string and you want to extract certain values from it ...

2 years ago | 1 answer | 0

1

answer

Answered
Attempting to take the sum of an index in my loop
I guess I'll post this as an answer. The issue appears to be my diagonal vector had to be redfined. It was using the diagonal ve...

5 years ago | 0

Question


Attempting to take the sum of an index in my loop
Hello everyone, In my script, I am calculating RMSDs of a variety of things, and creating a 155x2 matrix. predictions=load('Sp...

5 years ago | 1 answer | 0

1

answer

Question


How to ignore an element(s) in a vector or matrix
Hello everyone, I'm attempting to run a function, but ignore a certain element within my vector. I've looked online, but most o...

5 years ago | 1 answer | 0

1

answer

Question


Some confusion in my script for lsqcurvefit
Hello everyone, I have somewhat of an issue I don't quite know how to resolve. I have a very simply code: data1=load ('Concen...

5 years ago | 1 answer | 0

1

answer

Question


Attempting to find patterns within my data
Hello everyone, I have an idea I'd like to impliment, but I don't quite know how to. I have created a script that will design...

5 years ago | 2 answers | 0

2

answers

Question


Coverting a table into a matrix
Hello everyone, I am attempting to do some basic data manipulation, but have had no luck so far (outside of manually doing it i...

6 years ago | 1 answer | 0

1

answer

Question


Improving LSQCcurvefit solutions through improving x0 through loops
Hello everyone, I had a quick question in regards to attempting to improve my lsqccurvefit values by improving x0 through multi...

6 years ago | 2 answers | 0

2

answers

Question


How to loop a function though multiple datasets
Hello everyone, I have a bit of a basic question, and I've tried reading other answers on this, but they each seem to have thei...

6 years ago | 0 answers | 0

0

answers