photo

A K


2012 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

9 質問
1 回答

Cody

0 問題
5 解答

ランク
62,276
of 300,753

評判
0

コントリビューション
9 質問
1 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,075

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
57,629
of 170,858

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

スコア
60

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • Solver

バッジを表示

Feeds

表示方法

質問


Finding the area of multiple segments and circles
Hi! I have a set of two data derived from an image, I was able to extract particle coordinates using the hough transform and ...

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

1

回答

質問


Am I using the fminsearch correctly?
I don't seem to be converging to the correct value whilst using fminsearch, does anyone know if this layout is correct? ...

約9年 前 | 1 件の回答 | 0

1

回答

質問


how do I find the minimum of an implicit equation with symbolic variable
Hi i was wondering how you would solve an implicit equation to determine the value of the symbolic variable when the equation is...

約9年 前 | 1 件の回答 | 0

1

回答

質問


How to assign mutliple vectors to matrix diagonals
I have 3 vectors that I want to assign as diagonals to a matrix. Vector A is the center diagonal, Vector B is above the center ...

約9年 前 | 1 件の回答 | 0

1

回答

質問


What changes do i need to make so my matrix is not overwritten?
I have the following code it runs fine, note where i=1; i want to change it to i=1:3, but i want to store the individual 3 matri...

約9年 前 | 1 件の回答 | 0

1

回答

質問


How can I generate 3 sparse matrices using 2 for loops?
i'm trying to generate 3 tridiagonal sparse matrices using 2 for loops. The first for loop for n=1:3, refers to the number o...

約9年 前 | 0 件の回答 | 0

0

回答

質問


While Loop won't work on iteration problem
Hi i don't seem to understand why my while loop doesn't work for my function i've done everything in logical steps: fun...

約12年 前 | 2 件の回答 | 0

2

回答

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

12年以上 前

質問


Stopping my function from doing iteration (infinite while loop)
After achieving the desired result the loop continues, how can i stop this? if truefunction y = mysqrt(x,y0,tol) % this fun...

約13年 前 | 2 件の回答 | 0

2

回答

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

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

約13年 前

回答済み
Estimating the value of pi using a summation through creation of an m.file by using a loop.
why did u create a vector 1:0

約13年 前 | 0

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

約13年 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

約13年 前

質問


Estimating the value of pi using a summation through creation of an m.file by using a loop.
My script is missing something. Perhaps I do not understand the meaning of 'while' or 'for' correctly. But here is my code: ...

約13年 前 | 3 件の回答 | 0

3

回答