Estadística
10 Preguntas
3 Respuestas
CLASIFICACIÓN
4.335
of 295.527
REPUTACIÓN
12
CONTRIBUCIONES
10 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
90.0%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
Pregunta
Writing a function for an interpolation method
Hello all I wonder if someone could help me. I've been writing a function to use a certain type of interpolation method. The ...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Adding new column to a matrix with the same number repeated
Hi I have a feeling this is really simple to do, because it seems that way in my mind, but for the life of me I can't figure ...
casi 8 años hace | 3 respuestas | 0
3
respuestasPregunta
Creating a binary file using fwrite
Hello I'm wondering if anyone can help me. I don't have any experience creating binary files or doing what I need to do so th...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestausing fprintf instead of dlmwrite to make a .txt file
Actually I figured it out. But I'll post how I did it for anyone else who doesn't know. fid=fopen('bathymetry.txt','w')...
alrededor de 8 años hace | 0
Pregunta
using fprintf instead of dlmwrite to make a .txt file
Hello everyone :) I'm having a bit of a problem. As the title suggests I'm trying to use fprintf instead of dlmwrite to make ...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Using a for loop to change a matrix
Hello everyone Okay, so I have a 40x3 matrix with nodal point IDs. This can then be broken down into x and y coordinates per ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to extract vertices from a matrix.
Hi everyone I wonder if you can help me with a problem I'm having. Right now I have a matrix which is 40x3 and contains no...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasfind values in a matrix
You should be able to use the ismember function for that. http://uk.mathworks.com/help/matlab/ref/ismember.html
alrededor de 8 años hace | 1
How do i get the editor window to open above the command window and not in a new separate one?
In the top right hand corner of the editor screen there should be a drop-down menu. Select the option to dock the script. That s...
alrededor de 8 años hace | 5
Pregunta
Using griddata on an unstructured grid
Hello This is probably a very silly question but I can't really wrap my head around griddata. I've used it previously but it ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Using the struct function with a for loop
Hello I have a matrix that is 89x4. I've used a for loop to extract each row of data to make 89 new matrices. I needed to do...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Finding specific values from a large matrix
Hi So I have a two matrices of 46878x1. On the first matrix I used inpolygon, which resulted in 18 points being identified. W...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
I am trying to write a function but it will not work.
function [ absorption ] = solar_rad( nc,lat,t,I) %Calculating absorbed solar radiation % Calculating the absorbed sola...
alrededor de 10 años hace | 2 respuestas | 0