photo

sxh


Con actividad desde 2023

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

5 Preguntas
0 Respuestas

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
181.409
of 300.369

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
80.0%

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

  • Solver
  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


number format inconsistency between '"format shortE" and "format default"
Why does using "format shortE" gives incorrect value for X? X should just be a identity lambda= [3*1i 0;0 3*1i] K = diag(2*p...

alrededor de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


2×0 empty double matrix
trying to calculate a function with matrix arguments and matrix output: Question 1: is the following code the right way to do it...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Resuelto


Create an anti-identity matrix
Create an anti-identity matrix of given dimension. Examples n = 2 A = [0 1; 1 0] n = 3 A = [0 0 1; 0 1 0; 1 0 0...

alrededor de 1 año hace

Pregunta


colorbar not working?
clc; close all; clear; x = -1:2/511:1; [X,Y] = meshgrid(x); R = sqrt(X.^2 + Y.^2); Phi = atan2(X,Y); Z = zeros(512,...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


least square fit "lsqcurvefit" not good enough?
Hi All, Trying to solve "K_a" by least square fitting an equation "func" to a dataset "backgroundImpIm". Bu when I plot them to...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


error: matrix dimensions must agree
Hi I am banging my head over this least square curve fitting even when following the simplest procedure I found. The error says...

más de 2 años hace | 2 respuestas | 0

2

respuestas