photo

CCF2017 MIT


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
1 Answer

Cody

0 Problems
1 Solution

RANK
138,666
of 300,364

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
120,557
of 168,407

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Review
  • Explorer
  • Solver
  • First Answer

View badges

Feeds

View by

Question


Easy and fast way to export into excel file from loop
I want to give output from a nested loop to an excel file. for k = 1:61 %nested loop here %then the relevent code for...

5 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years ago

Answered
caesar cyphor encryption problem .
This problem is asking you to shift the character variable by a given element n the word wrap means that if the ASCII code of ...

6 years ago | 0

Question


How to plot the function y=sin(t)/t for -4*pi<x<4*pi?
I m having trouble finding the plot for this function in matlab, with no plot as a result. I tried the following code. clear...

6 years ago | 2 answers | 0

2

answers