photo

Farhath Fatima

MathWorks

Con actividad desde 2020

Followers: 0   Following: 0

Math and numbers are my interests

Spoken Languages:
English

Estadística

All
MATLAB Answers

0 Preguntas
4 Respuestas

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
5.822
of 300.369

REPUTACIÓN
8

CONTRIBUCIONES
0 Preguntas
4 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
121.634
of 168.436

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Resuelto


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

alrededor de 4 años hace

Respondida
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(@...

más de 5 años hace | 0

| aceptada

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

más de 5 años hace | 0

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

más de 5 años hace | 0

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

más de 5 años hace | 0

| aceptada