Feeds
질문
Removing multiple blanks for a string
suppose I have a string mystr='Tom and Jerry' I want to write a function that removes all the spaces and leaves just one spa...
대략 12년 전 | 답변 수: 3 | 0
3
답변질문
Write a function that produces a plot for the Cantor Set
The Cantor Set is an image that looks like this: http://library.thinkquest.org/2647/media/cantor.jpg I am asked to write a fu...
대략 12년 전 | 답변 수: 2 | 0
2
답변질문
Plotting resistors and capacitors in matlab
I was wondering how you would plot the general shape of resistors and capacitors in matlab. For resistors, I came up with the fo...
대략 12년 전 | 답변 수: 2 | 0
2
답변질문
Input doesn't work
I was working on writing a script but when I included the input function I received the following error: Attempt to execute SCR...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
Write a function that returns triangular part of matrix using loops
I just started to learn how to program using matlab and in class we have covered if and for loops but I am really not sure how t...
대략 12년 전 | 답변 수: 2 | 0
