photo

leeee


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
100,326
of 300,553

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

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 2
  • Thankful Level 1

View badges

Feeds

View by

Question


need help on a simple code, for, while
function [A,B,C]=task5(x) for k=1:x A=(1:k); end while (x~=0 & x >0 ) x=(1:x); B=x; end C=(1:x); ...

6 years ago | 1 answer | 0

1

answer

Question


code error for Two Point Boundary Value Problem
Hello, I have no idea what is wrong...any ideas would help, thanks! function [A,b,x]=task14(n) %n=149 t1=1; tn=10; y1=-4...

6 years ago | 1 answer | 0

1

answer

Question


how to multiply a number in even rows of matrix?
I have: output2=-1*ones(input1,input4), how do i make all the even columns be 2? Thanks Task: output2 is an (input1) × input4 m...

6 years ago | 1 answer | 0

1

answer