Community Profile

photo

Daigo


Last seen: 8 dagar ago Active since 2021

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

All
  • Indexing II Master
  • First Review
  • Matrix Manipulation II Master
  • Community Group Solver
  • Thankful Level 3
  • Commenter
  • Promoter
  • Solver

View badges

Content Feed

View by

Question


Cannot find Preferences > Keyboard > Shortcuts after enabling dark mode
I am in trouble changing the keypoard shortcut preferences after enabling the dark mode in MATLAB R2023b. I followed the proce...

2 månader ago | 0 answers | 1

0

answers

Solved


ZigZag matrix with reflected format
ZigZag MATRIX with REFLECTED format. We have only input x. We have to create a matrix in the following pattern. input n=5...

3 månader ago

Question


License issue in MATLAB?
I'm trying to fix a long launching time of my MATLAB/R2022a based on Why does MATLAB get stuck in the "Initializing" or "Busy" s...

7 månader ago | 0 answers | 0

0

answers

Solved


SatCom #6: Inclination of a Sun-Synchronous Orbit
Satellite and Space Engineering - Problem #5 This is part of a series of problems looking at topics in satellite and space comm...

10 månader ago

Solved


SatCom #5: Determine Elliptical Orbit Parameters
*Satellite and Space Engineering - Problem #5* _This is part of a series of problems looking at topics in satellite and space...

10 månader ago

Solved


SatCom #4: Satellite Orbit Altitude
Satellite and Space Engineering - Problem #4 This is part of a series of problems looking at topics in satellite and space comm...

10 månader ago

Solved


SatCom #3: Free Space Path Loss
*Satellite and Space Engineering - Problem #3* _This is part of a series of problems looking at topics in satellite and space...

10 månader ago

Solved


SatCom #2: Gain of a circular 'dish' antenna
Satellite and Space Engineering - Problem #2 This is part of a series of problems looking at topics in satellite and space comm...

10 månader ago

Solved


SatCom #1: Wavelength of an electomagnetic wave
*Satellite and Space Engineering - Problem #1* _This is the first of a series of problems looking at topics in satellite and ...

10 månader ago

Question


Where can I find details about 'wind' data in MATLAB?
If you use the command below, you can load three dimensional wind data but I cannot find any details about it. data = load('w...

mer än ett år ago | 0 answers | 0

0

answers

Question


How to take meshgrid of latitude and longitude as an input in Horizontal Wind Model 07?
Hello, I'm a beginner of Simulink. I'm trying to get a wind distribution over a certain area (latitude: , longitude: ) at specif...

mer än ett år ago | 1 answer | 0

1

answer

Question


How to prevent the elongated plot when using tiled layout for image and plot
When I align an image and a plot in tiled layout, the plot tends to become "elongated" as shown in an example below. Is there an...

mer än ett år ago | 1 answer | 0

1

answer

Question


Fastest way for page-wise computation - FOR vs ARRAYFUN vs PAGEFUN
I'd like to know the fastest way to deal with a 3D array in a page-wise way. Suppose I have the following data: rng(0); data...

nästan 2 år ago | 0 answers | 0

0

answers

Solved


Decimation - Optimized for speed
This problem is similar to http://www.mathworks.com/matlabcentral/cody/problems/1092-decimation, only this time the score will b...

nästan 2 år ago

Question


Randomness is lost in parfor loop on GPU?
I have a code with a following structure: % my_code_seed#.m myoutputs1 = my_function1(myinputs1); seed = #; rng(seed); ...

nästan 2 år ago | 1 answer | 0

1

answer

Question


How to use a code that uses FFTW in MATLAB?
I have a slow MATLAB code that consists of many helper functions. The bottleneck seems to be one helper function that heavily us...

nästan 2 år ago | 1 answer | 0

1

answer

Question


GPU MEX not compatible with GPU with compute capability '3.0'?
Hi, I'm trying to set up the prerequisites for the GPU Coder. In the MATLAB Command Window, I entered: gpuEnvObj = coder.gpuEn...

ungefär 2 år ago | 1 answer | 0

1

answer

Solved


Define the operators of function_handles
Suppose f and g are function_handles, try to define f+g,f-g,f*g and f/g. e.g. if f = @(x)x and g = @(x)x+1 ...

ungefär 2 år ago

Solved


Handle to an array of functions
Given a cell array of functions that operate on scalars, it is required to return a function handle to process a vector of value...

ungefär 2 år ago

Question


GPU Coder: compilation error
I am trying to create a MEX function from the following simple function: function G = ft2(g, delta) % Input % - g: ...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


Build error in GPU coder - nvcc fatal: Cannot find compiler 'cl.exe' in PATH
I'd like to create a MEX function from my MATLAB function that has an gpuArray input. I used the GPU Coder but I got an error wh...

ungefär 2 år ago | 0 answers | 0

0

answers

Solved


Apply a function array to an array of numbers
It is required to apply a cell array of functions to a numerical array, where the functions accept only scalar inputs. Exampl...

ungefär 2 år ago

Solved


Function composition
Write a function that accepts two function handles f and g and returns the composition h. That is, h = (f o g)(x) = f(g(x)) ...

ungefär 2 år ago

Solved


Determine the number of odd integers in a vector
Determine the number of unique odd integers in a vector. Examples: Input x = [2 5 8 3 7 1]; Output y = 4; Inp...

ungefär 2 år ago

Question


Error in the integration result
Given the joint p.d.f.: for -\infty < x, y < \infty I'm trying to compute the expected value: by the following code: syms ...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


Swapped row and column output from ind2sub function?
I want to plot a matrix as an image and show a pixel value at corresponding point of an image. Here is a simple example. Im0 =...

ungefär 2 år ago | 1 answer | 0

1

answer

Solved


Reference Index Number
Given a reference set R of elements (each unique but identical in type), and a list V of elements drawn from the set R, possibly...

ungefär 2 år ago

Solved


Insert zeros into vector
Insert zeros after each elements in the vector. Number of zeros is specified as the input parameter. For example: x = [1 ...

ungefär 2 år ago

Question


Error when saving a profile result - "Error using startsWith"
I simply want to save my profile result by the following code: p = profile("info"); profsave(p,"profiler1"); However, I got ...

ungefär 2 år ago | 1 answer | 0

1

answer

Solved


Decimation
When dealing to the Roman Army, the term decimate meant that the entire unit would be broken up into groups of ten soldiers, and...

ungefär 2 år ago

Load more