![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12823263_1682536877854.png)
karipuff
Followers: 0 Following: 0
Estadística
0 Preguntas
5 Respuestas
1 Archivo
CLASIFICACIÓN
8.057
of 297.016
REPUTACIÓN
6
CONTRIBUCIONES
0 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
20.105 of 20.419
REPUTACIÓN
0
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How to save structure inside a structure in .mat file?
%%% Saving content of structure a = field1: {6x6 cell} field2: {6x6 cell} field3: {6x6 cell} field4: {6x6 cell} fi...
casi 2 años hace | 0
How can I save the contents of a struct to a .mat file?
%%% Saving content of structure field_str = fieldnames(a); save('filename.mat', field_str{:}) %% Loading content of structu...
casi 2 años hace | 0
Counting number of digits after the decimal points
function [N_decimal] = countdecimal(value) max_round_dec = 15; for N_decimal = 0:max_round_dec val = rem(value,10^(-N_dec...
más de 2 años hace | 0
Enviada
countdecimal
Used to count number of decimals of a non-integer number
más de 2 años hace | 0 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/faf037b6-4acd-49e1-986f-4a15a1e6fcb0/fc4c8197-fcab-4ca9-aa2f-8a86475e0963/images/1665845684.png)
using string in if statement
str = 'abc' if strcmp('abc',str) expression else expression end
más de 3 años hace | 1