photo

Madeleine


2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
34,190
of 300,753

評判
1

コントリビューション
7 質問
0 回答

回答採用率
85.71%

獲得投票数
1

ランク
 of 21,075

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


GUI HELP - I need help ASAP
fig = figure() iIndex =1; array1 = [0, 25, 50, 100, 200, 400, 800, 1600, 3200]; button1= uicontrol('position',[300 15...

11年以上 前 | 0 件の回答 | 0

0

回答

質問


I need help with GUI
So far I have a pushbutton and a textbox printed into a new window (figure). When I click the pushbutton, I want the push bu...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


I need help fixing up my password generator
So far my program lets a user input the range of how many characters they want in the password, and also input how many password...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


How do you check if an inputed number is an array/vector or just 1 value?
Using function [a, b, c, d] = function_name(a,b,c,d) I know that if it's an array, [] will be used in the input and the scrip...

11年以上 前 | 3 件の回答 | 0

3

回答

質問


Given the following relations and pseudocode, develop a numerical solution which will determine the time it takes the ball to hit the ground given certain parameters ...
Question continued ... then ... instead of just finding out how long it takes for the ball to hit the ground, plot velocity and ...

11年以上 前 | 1 件の回答 | 0

1

回答

質問


I'm trying to make a paper-scissors-rock game that you verse the computer in. I need some help with the final part ... I have posted what my start of my program looks like
clc; clear; %Make your move player_move = input('Make your move [R/P/S]; ', 's'); if player_move == 'R' player_move = 'R...

11年以上 前 | 1 件の回答 | 1

1

回答

質問


How do you write a matlab function that identifies if a string is a palindrome or not?
So far I've got ... string = input('What is your number: '); disp(fliplr(string)) if string == fliplr(string) disp('Your numbe...

11年以上 前 | 4 件の回答 | 0

4

回答