photo

Farhath Fatima

MathWorks

Actif depuis 2020

Followers: 0   Following: 0

Math and numbers are my interests

Spoken Languages:
English

Statistiques

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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(@...

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
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. ...

plus de 4 ans il y a | 0

Réponse apportée
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 ...

plus de 4 ans il y a | 0

Réponse apportée
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...

plus de 4 ans il y a | 0

| A accepté