photo

Raul Flores


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
62,250
of 301,153

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,182

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,067

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

Feeds

View by

Question


my code is not working...
function HW2CH3(x) y = linspace(0,x); n = lenght(y); for i = 1:n uy(i) = -5/6.*(sing(y(i),0,4)-sing(y(i)...

5 years ago | 1 answer | 0

1

answer

Question


my code won't run or publish
m = 2; n = 1; hold on for i = 1:100000 q = 3*rand(1); if q < 1 m = m/2; n = n/2; elseif q < 2 ...

5 years ago | 1 answer | 0

1

answer

Question


Incorrect dimensions for raising a matrix to a power. Check that the matrix is square and the power is a scalar. To perform elementwise matrix powers, use '.^'.
I don't really get what is wrong with this code: clear all; close all; clc; L = 200; %length of beam in cm E = 52000...

6 years ago | 2 answers | 0

2

answers