photo

Bastian


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
193,276
of 297,457

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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

View badges

Feeds

View by

Question


I am trying to get my answer to Display but it wont let me
syms f(x) f(x) = (x^3) - (7*x) + 6; x=solve(f(x)==0,x); disp('the roots will be',(x)) says error below- Incorrect number or...

1 year ago | 6 answers | 0

6

answers

Question


Trying to use function ,didnt work?
function [Delta]= finddeflexion(Length) E= 4.2*(10.^10); I = 1*(10.^-5); W = 8500; prompt = "What is the length of the blade...

1 year ago | 1 answer | 0

1

answer

Question


trying to use syms and i typed in syms('y') says error
y = syms('y') Error using syms Using input and output arguments simultaneously is not supported.

1 year ago | 1 answer | 0

1

answer

Question


need to use function to create multiple outputs
The maximum deflexion of a wind turbine blade should be no more than 10% ofits length. The formula used to calculate deflexion b...

1 year ago | 0 answers | 0

0

answers

Question


how to plot x= 0:0.01:10
i attempted to do this but instead of giving me 0,1,2,3,4,5,6,7,8,9,10 on the x axis it gives me 0,5,15,20 idont understand why....

1 year ago | 2 answers | 0

2

answers

Question


Create a vector (1,25) with values increasing from 0-24
i dont understand what i need to do hee i just wante to ask if i am doing this part correectly by doing this Time= 1:5:24;

1 year ago | 1 answer | 0

1

answer