CCF2017 MIT
Followers: 0 Following: 0
Feeds
提问
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...
4 years 前 | 1 个回答 | 0
1
个回答已解决
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:...
5 years 前
已回答
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 ...
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 ...
5 years 前 | 0
提问
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...
5 years 前 | 2 个回答 | 0