photo

Pink_panther


2012 年からアクティブ

Followers: 0   Following: 0

Engineering

Programming Languages:
MATLAB, HTML
Spoken Languages:
English

統計

All
MATLAB Answers

0 質問
3 回答

File Exchange

2 ファイル

Cody

1 問題
270 解答

ランク
10,010
of 300,756

評判
4

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

回答採用率
0.00%

獲得投票数
0

ランク
14,711 of 21,077

評判
15

平均評価
5.00

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

ダウンロード
3

ALL TIME ダウンロード
54

ランク
651
of 170,890

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

スコア
3,124

バッジ数
8

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

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

平均評価

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

平均いいねの数

  • MATLAB Shorts Mini Hack Participant
  • MATLAB Flipbook Mini Hack Participant
  • Knowledgeable Level 1
  • First Answer
  • Creator
  • CUP Challenge Master
  • 5-Star Galaxy Level 2
  • First Submission
  • MATLAB Mini Hack 2022 Participant
  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • Introduction to MATLAB Master

バッジを表示

Feeds

表示方法

解決済み


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

1年以上 前

回答済み
plotting a polynomial function
%solve1 fplot(@(x)89.9659+0.1110371.*x-0.001472155.*x.^2+1.1E-5.*x.^3-4.381E-8.*x.^4+1E-10.*x.^5)

約2年 前 | 0

問題


A row vector, pick 1st number, skip 1,pick 3rd number, skip 2,pick,skip,etc then place all picked numbers in order in new vector
Having a row vector of number, pick the first number, place in new output vector as the first value, then skip one number, pick...

2年以上 前 | 0 | 13 個のソルバー

解決済み


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:...

2年以上 前

解決済み


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

2年以上 前

解決済み


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

4年以上 前

送信済み


Text to Speech Mandarin Demo (Can mix Chinese with English)
This uses Microsoft .NET speech synthesis, with Mandarin Female voice Hanhan. Can use this in your MATLAB programming environme...

5年弱 前 | ダウンロード 2 件 |

5.0 / 5
Thumbnail

解決済み


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

約5年 前

解決済み


Airline Ticket Mod7 Checksum
There are 13 digits in an airline ticket number. If an airline ticket number is valid, the 13th digit should be the remainder of...

約5年 前

解決済み


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

約5年 前

解決済み


area of a sphere

約5年 前

解決済み


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

約5年 前

解決済み


Max of a Vector
Write a function to return the max of a vector

約5年 前

解決済み


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

約5年 前

解決済み


Pattern Sum
Write a function which receives two single digit positive integers, (k and m) as parameters and calculates the total sum as: k...

約5年 前

解決済み


Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...

約5年 前

解決済み


Symmetry of vector
Determine whether the vector is symmetric or not (vector could be even or odd in length). For example: x = [1 2 3 3 2 1] ...

約5年 前

解決済み


Back to basics 23 - Triangular matrix
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, return a matrix with all elements above a...

約5年 前

解決済み


Negative Infinity
Round the given array a towards negative infinity.

約5年 前

解決済み


Save variables
a=[1] Save variable a that is located in workspace into current folder. File name should be 'a.mat'

約5年 前

解決済み


How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?

約5年 前

解決済み


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

約5年 前

解決済み


Times 3 problem
When you enter the number, it should return the number multiplied by 3

約5年 前

解決済み


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

約5年 前

解決済み


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input ...

約5年 前

解決済み


If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...

約5年 前

解決済み


Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...

約5年 前

解決済み


Rounding
Round 10.67 and make 'y' equal to that number.

約5年 前

解決済み


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

約5年 前

解決済み


07 - Common functions and indexing 6
Create a variable _m_ as a magic square with the size 6 x 6 Magic squares are defined as square matrices, where the sum of a...

約5年 前

さらに読み込む