photo

Sadon Alathba


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
242,148
of 301,440

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


hi, i need to run this code and plot it properly
clear all; clc; close all; u=[2 0 1 5 1 7 4 3 3]; n=max(u); m=mean(u); syms x p; ...

9 years ago | 1 answer | 0

1

answer

Question


Hi, need help figuring the problem in my code as it keeps saying Undefined operator '*' for input arguments of type 'inline'.
clear all; clc; close all; u=[2 0 1 5 1 7 4 3 3]; n=max(u); m=mean(u); syms x; f=inline((x-m)^n)*exp(-(-x - m)^2); gf=ez...

9 years ago | 1 answer | 0

1

answer

Question


Hi there, i need help on writing this code properly >> f=inline((x-m)^n)*exp(-(-x-m)^2);
it keeps saying Undefined operator '*' for input arguments of type 'inline'.

9 years ago | 1 answer | 0

1

answer