photo

Farhath Fatima

MathWorks

2020 年からアクティブ

Followers: 0   Following: 0

Math and numbers are my interests

Spoken Languages:
English

統計

All
MATLAB Answers

0 質問
4 回答

Cody

0 問題
1 解答

ランク
6,047
of 301,237

評判
8

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

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,206

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
124,931
of 173,611

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

スコア
20

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Treasure Hunt Participant
  • Solver
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

解決済み


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年以上 前

回答済み
Check size of vector contained in two different cell array
Hi Farshid, You can find the size of each column of cells A and Target as follows: load('example.mat') idx=cell2mat(cellfun(@...

約6年 前 | 0

| 採用済み

回答済み
Largest value n in summation
Hi Stephan, You can go through below code to find the largest value n in a summation. Assuming ’n’ to be natural numbers. ...

約6年 前 | 0

回答済み
using imresize in the fourier domain
Hi Raheem, As per understanding, v1 and v2 would not be same matrix. First the sizes of both the matrices are not same. Size ...

約6年 前 | 0

回答済み
Can anyone help me out with this error?
Hi Aman, As per my understanding, I assume that you have not used permute function to your image. Here is the related answer l...

約6年 前 | 0

| 採用済み