![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10934859_1522137870868_DEF.jpg)
Kevin Smith
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
12 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How can I label the x and y axis in this plot using the name of the Excel columns?
Hello all, I have a function that takes an Excel file as an input, and outputs a graph using the 2nd column of numbers as the ...
約7年 前 | 1 件の回答 | 0
1
回答質問
I need help arranging a vector using recursion please.
I am working on a function called vecSort that is supposed to arrange a vector from the smallest element to the largest using re...
7年以上 前 | 1 件の回答 | 0
1
回答質問
Please help me test to see if a string is divisible by a number using tk (token).
I am trying to write a script to see if a text file 'example.txt' 67 33 60 -9 6 89 99 66 is divisible by aa given ...
7年以上 前 | 0 件の回答 | 0
0
回答質問
Please help replace the integers in this function.
I have a function replaceMultiples that I am trying to write. it is supposed to take an input as a filename (fname) of a text fil...
7年以上 前 | 0 件の回答 | 0
0
回答質問
i need help replacing the integers in this file.
I have a function replaceMultiples that I am trying to write. it is supposed to take an input as a filename (fname) of a text fil...
7年以上 前 | 2 件の回答 | 0
2
回答質問
i need help writing a function!
I am trying to write a function that looks like this function update(student, field,value) I need it to allow me to inpu...
7年以上 前 | 1 件の回答 | 0
1
回答質問
I need help fixing one problem with this functtion.
I wrote this function 'removeLetter' to take any selected letter out of a given string and also displays the number of letters t...
7年以上 前 | 2 件の回答 | 0
2
回答質問
How do i remove the letter a user inputs from a word?
I have a function [newstr, num]=removeLetter(str,letter) that is supposed to take a word and a letter selected by the user and r...
7年以上 前 | 4 件の回答 | 0
4
回答質問
I need to display the max value in this function.
I have been working on a script for a function 'collatz' and I originally made it way more complex than it needed to be. I've ma...
7年以上 前 | 2 件の回答 | 0
2
回答質問
I nee to change this str2double code while keeping the same output for my collatz function.
The following is the script to my function: function [steps,maxnum]=collatz(num) str=input('Enter an integer greater tha...
7年以上 前 | 2 件の回答 | 0
2
回答質問
I need help displaying the max value in my while loop.
So I have wrote this code for a while loop/string: str=input('Enter an integer greater than 1:','s'); num=str2double...
7年以上 前 | 2 件の回答 | 0
2
回答質問
I need help determining and displaying the number of steps it takes to complete this loop when any integer is entered.
so I have figured out how to write the while loop I need. It looks like this: b=0; b=input('Enter an integer greater tha...
7年以上 前 | 1 件の回答 | 0